Use news.info so things don't barf to console
This commit is contained in:
parent
58f7e611e4
commit
38d6d1067b
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
/var/log/lemmy/lemmy.log 600 10 1000 * JC
|
||||
/var/log/lemmy/lemmy.log root:wheel 600 10 10000 * YC
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
news.err /var/log/lemmy/lemmy.log
|
||||
news.* /var/log/lemmy/lemmy.log
|
||||
|
|
Loading…
Reference in a new issue