toluaina/pgsync

Logging not customizable through env

ben-at-soul-refiner opened this issue · 1 comments

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

  1. Set the variable in the docker-compose.yml of this repo to anything, e.g.:
      - CUSTOM_LOGGING=elasticsearch=CRITICAL,pgsync=CRITICAL
  1. The logging behavior does not change

(Btw thanks for this great package!)

Thank you.
I'll take a look at this shortly