scanner / asimap

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

Enable / disable trace mode with SIGUSR1 #354

Closed scanner closed 3 weeks ago

scanner commented 3 weeks ago

Capturing traces will become increasingly important as we try to debug the IMAP server's behavior with various IMAP clients and we have trace mode for this. RIght now it is on or off as a flag at the main server level, and the traces are copious. We need to be able to switch it on and off without restarting the server, hence, a signal handler.