From: Einsler Lee Date: Tue, 2 Mar 2021 12:24:23 +0000 (+0800) Subject: "auto" is the default LogTarget of user service manager X-Git-Tag: v252-rc1~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6e3379ba9a68e6d4bcb12c0d6742d0dee64b00;p=thirdparty%2Fsystemd.git "auto" is the default LogTarget of user service manager "auto" (not console) is the default LogTarget of user service manager. --- diff --git a/src/core/user.conf.in b/src/core/user.conf.in index c29068828cb..b69974978ee 100644 --- a/src/core/user.conf.in +++ b/src/core/user.conf.in @@ -14,7 +14,7 @@ [Manager] #LogLevel=info -#LogTarget=console +#LogTarget=auto #LogColor=yes #LogLocation=no #LogTime=no