Run logger in docker?

i was figuring out how can i run docker images with logger so i could debug the module code easily

i tried running this code but nothing happens

docker run --name trytons -p 8000:8000 --link tryton-postgres:postgres -v frp-data:/usr/local/lib/python3.7/dist-packages -e DB_PASSWORD=mysecretpassword -d frp --logger

There are some environment variables available when run from WSGI server and some are for logging: How to start the server — trytond latest documentation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.