Logging not customizable through env
ben-at-soul-refiner opened this issue · 1 comments
ben-at-soul-refiner commented
PGSync version: 2.5
Postgres version: 15
Elasticsearch version: 7.17.9
Redis version: 7.0.8
Python version: 3.7
Problem Description:
Setting the CUSTOM_LOGGING variable doesn't change the logging behavior.
Steps to replicate
- Set the variable in the
docker-compose.yml
of this repo to anything, e.g.:
- CUSTOM_LOGGING=elasticsearch=CRITICAL,pgsync=CRITICAL
- The logging behavior does not change
(Btw thanks for this great package!)
toluaina commented
Thank you.
I'll take a look at this shortly