We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d41e9 commit db61b63Copy full SHA for db61b63
9.5/templates/pghoard.json.tmpl
@@ -48,7 +48,7 @@
48
},
49
"http_address": "127.0.0.1",
50
"http_port": 16000,
51
- "log_level": "{{getenv "LOG_LEVEL"}}",
+ "log_level": "{{getenv "LOG_LEVEL" "INFO"}}",
52
"syslog": false,
53
"syslog_address": "/dev/log",
54
"syslog_facility": "local2"
0 commit comments