Set "core" logs to stdout #14

Open
opened 2024-02-29 18:05:15 +00:00 by 3wordchant · 0 comments
Owner

adding this to mailman.cfg makes happy (verbose) logs appear in console:

#[logging.root]
#path: /dev/stdout
#level: DEBUG
#
#[logging.http]
#path: /dev/stdout
#level: DEBUG
#
#[logging.error]
#path: /dev/stdout
#level: DEBUG
#
#[logging.debug]
#path: /dev/stdout
#level: DEBUG

but where do they go normally? should probably add some of this to default config

CC @cas

adding this to `mailman.cfg` makes happy (verbose) logs appear in console: ``` #[logging.root] #path: /dev/stdout #level: DEBUG # #[logging.http] #path: /dev/stdout #level: DEBUG # #[logging.error] #path: /dev/stdout #level: DEBUG # #[logging.debug] #path: /dev/stdout #level: DEBUG ``` but where do they go normally? should probably add some of this to default config CC @cas
Sign in to join this conversation.
No description provided.