You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors get logged to /var/www/dokuwiki/data/log/error/YYYY-MM-DD.log without log rotation, which fills up the persistent volume. It would be better to redirect the logs to stderr, this makes the logs easier to find and doesn't fill up the disk.
The text was updated successfully, but these errors were encountered:
Errors get logged to
/var/www/dokuwiki/data/log/error/YYYY-MM-DD.log
without log rotation, which fills up the persistent volume. It would be better to redirect the logs to stderr, this makes the logs easier to find and doesn't fill up the disk.The text was updated successfully, but these errors were encountered: