Skip to content

Commit db61b63

Browse files
committed
Default to log_level info
1 parent c0d41e9 commit db61b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.5/templates/pghoard.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"http_address": "127.0.0.1",
5050
"http_port": 16000,
51-
"log_level": "{{getenv "LOG_LEVEL"}}",
51+
"log_level": "{{getenv "LOG_LEVEL" "INFO"}}",
5252
"syslog": false,
5353
"syslog_address": "/dev/log",
5454
"syslog_facility": "local2"

0 commit comments

Comments
 (0)