scanner / asimap

Pure python based IMAP server with a MH based file store
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

By default always log to files. #233

Closed scanner closed 4 months ago

scanner commented 4 months ago

since the asimap user subprocess uses stdout to communicate with the main server process we can not use stdout for logging inside of a docker container. We already want rotating log files for log output so move to always using a rotating log file handler in a log directory that will default to /opt/asimap/logs