guzba/mummy

Verbose logging?

Closed this issue · 1 comments

Is there a command line switch or environment variable that governs log level? I'm looking to see debug logs in the terminal.

To manage the log messages from Mummy, you'll want to add a log handler when you call newServer here: https://github.com/guzba/mummy/blob/master/src/mummy.nim#L1451

In that handler you can echo or whatever you'd like to do with the log messages.