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

This commit is contained in:
Daniel 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_pictrspath="/var/lib/pictrs"}
: ${lemmy_pictrsaddr="127.0.0.1:8080"} : ${lemmy_pictrsaddr="127.0.0.1:8080"}
: ${lemmy_facility:="news"} : ${lemmy_facility:="news"}
: ${lemmy_priority:="err"} : ${lemmy_priority:="info"}
: ${lemmy_tag:="lemmy"} : ${lemmy_tag:="lemmy"}
name="lemmy" name="lemmy"

View file

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

View file

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