diff options
author | Christopher Baines <mail@cbaines.net> | 2022-05-04 18:05:51 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-05-04 18:05:51 +0100 |
commit | e1837f894a25ff229e49ae6afe03a60edadd85e8 (patch) | |
tree | 39ed303003a69853f7b886caad898997dd48b0ff /scripts | |
parent | ae085cfc0b4855893ed6d166e7d763d7b69e6fe9 (diff) | |
download | nar-herder-e1837f894a25ff229e49ae6afe03a60edadd85e8.tar nar-herder-e1837f894a25ff229e49ae6afe03a60edadd85e8.tar.gz |
Fix the default log-level value
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 655a1a9..95de7db 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -183,7 +183,7 @@ '((port . 8080) (host . "0.0.0.0") - (log-level . 'DEBUG) + (log-level . DEBUG) (storage-limit . "none") (recent-changes-limit . 32768))) |