Prashanth Ellina
Results
2
comments of
Prashanth Ellina
I was in the process of trying this. Attaching to an existing container seems less than straightforward on Docker. I am still trying to figure out. Thanks.
+1 I think this will be most useful. Django supports logging configuration. Here is an example ``` python LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'file': { 'level':...