DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
7 stars 2 forks source link

`enableConnectionLoggingReco.psql` assumes `logging_collector` is set to `on` (W) #202

Closed wildtayne closed 6 years ago

wildtayne commented 6 years ago

The Postgres distribution in the Ubuntu repository (which most Ubuntu users are likely to run) turns off the logging collector by default. If the logging collector is off, all log data is sent to stderr (which gets picked up by systemd), regardless of any other log settings. enableConnectionLoggingReco.psql should set logging_collector to on, which ensures log data will be sent to the expected file.