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
I am seeing the same issue of no logs under _data_/_default_/logs/ even in Debug mode. Running the latest docker image using the docker-compose.mysql.ymldocker-compose example.
Here is my logs config:
[logs]
; Enable logging
enable = On
; Path where log files will be stored
path = ""
; Log messages of set RFC 5424 section 6.2.1 Severity level and higher (0 = highest, 7 = lowest).
level = 7
; Required for development purposes only.
; Disabling this option is not recommended.
hide_passwords = On
time_zone = "America/Vancouver"
; Log filename.
; For security reasons, some characters are removed from filename.
; Allows for pattern-based folder creation (see examples below).
filename = "stderr"
; Enable auth logging in a separate file (for fail2ban)
auth_logging = On
auth_logging_filename = "auth.log"
auth_logging_format = "[{date:Y-m-d H:i:s}] Auth failed: ip={request:ip} user={imap:login} host={imap:host} port={imap:port}"
; Enable auth logging to syslog for fail2ban
auth_syslog = Off
json_response_write_limit = 300
SnappyMail version, browser, browser version:
./data:/var/lib/snappymail
Expected behavior and actual behavior:
Actual:
I want to improve performance following https://github.com/the-djmaze/snappymail/wiki/Improve-performance#first-turn-on-debugging-and-login
After steps in
First turn on debugging and Login
there are no_data_/_default_/logs/*.txt
files (only auth.log
)Expected:
_data_/_default_/logs/*.txt
are createdThe text was updated successfully, but these errors were encountered: