[Mailman-Developers] Re: Logging

2021-01-07 Thread Abhilash Raj
On Thu, Jan 7, 2021, at 8:13 PM, Stephen J. Turnbull wrote: > Abhilash Raj writes: > > > There are a couple of loggers the Mailman Core uses and you can set > > their logging path to be `/dev/stdout` to log to standard output > > which I think your container manager should be able to > >

[Mailman-Developers] Re: Logging

2021-01-07 Thread Abhilash Raj
On Thu, Jan 7, 2021, at 1:27 PM, costavitor...@gmail.com wrote: > Hi > > Is it possible to log to console? > > I've changed gunicorn configuration: > accesslog='-' > errorlog='-' Which file did you change to apply these configurations? > > Then logs are not written to log files, but I can't