Closed AdminXVII closed 6 years ago
While library outputs are welcomed during development, they are annoying and useless in production. Maybe conditional logging could be implemented to overcome this problem?
Fixed by #2
Don't use the log-global logger. Allow clients to provide their own logger in the server options and only if nil should you default to system logger.
log
proposed a new pull request
While library outputs are welcomed during development, they are annoying and useless in production. Maybe conditional logging could be implemented to overcome this problem?