sameersbn / docker-postgresql

Dockerfile to build a PostgreSQL container image which can be linked to other containers.
MIT License
1.05k stars 467 forks source link

Actually enable logging #80

Closed TheCount closed 4 years ago

TheCount commented 8 years ago

The log_directory and log_filename directives require logging_collector to be set to on to be effective.

LongLiveCHIEF commented 7 years ago

See the README on #Logs. These configuration options are better left as command line switches, so that the implementing user has more control over what the container is going to be doing on any given host.

sameersbn commented 4 years ago

sorry merged accidentally. I agree with @LongLiveCHIEF . This can be enabled via switches.

LongLiveCHIEF commented 4 years ago

I love to be agreed with... even if I have to wait 4 years! lol. This made my morning.