Skip to content

Commit f28e421

Browse files
committed
Fix template
1 parent 2a2fe8e commit f28e421

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"}}",
5252
"syslog": false,
5353
"syslog_address": "/dev/log",
5454
"syslog_facility": "local2"

0 commit comments

Comments
 (0)