mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
reduce size of logging messages
This commit is contained in:
@@ -89,7 +89,7 @@ namespace MediaBrowser.Common.Implementations.Logging
|
||||
var logFile = new FileTarget
|
||||
{
|
||||
FileName = path,
|
||||
Layout = "${longdate}, ${level}, ${logger}, ${message}"
|
||||
Layout = "${longdate} ${level} - ${logger}: ${message}"
|
||||
};
|
||||
|
||||
RemoveTarget("ApplicationLogFile");
|
||||
|
||||
Reference in New Issue
Block a user