Use news.info so things don't barf to console

This commit is contained in:
Dan Ponte 2023-11-30 14:17:34 +00:00
parent 58f7e611e4
commit 38d6d1067b
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
/var/log/lemmy/lemmy.log 600 10 1000 * JC
/var/log/lemmy/lemmy.log root:wheel 600 10 10000 * YC

View File

@ -18,7 +18,7 @@
: ${lemmy_pictrspath="/var/lib/pictrs"}
: ${lemmy_pictrsaddr="127.0.0.1:8080"}
: ${lemmy_facility:="news"}
: ${lemmy_priority:="err"}
: ${lemmy_priority:="info"}
: ${lemmy_tag:="lemmy"}
name="lemmy"

View File

@ -20,7 +20,7 @@
: ${lemmyui_host="0.0.0.0:1234"}
: ${lemmyui_https="true"}
: ${lemmyui_facility:="news"}
: ${lemmyui_priority:="err"}
: ${lemmyui_priority:="info"}
: ${lemmyui_tag:="lemmyui"}
name="lemmyui"

View File

@ -1 +1 @@
news.err /var/log/lemmy/lemmy.log
news.* /var/log/lemmy/lemmy.log