change back template level
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9aeab21114
commit
fb1acab732
@ -5,7 +5,7 @@
|
||||
{
|
||||
"Name": "Console",
|
||||
"Args": {
|
||||
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u5}] {Message:lj}{NewLine}{Exception}",
|
||||
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}",
|
||||
"restrictedToMinimumLevel": "{{ jellyfin_log_level_console }}"
|
||||
}
|
||||
},
|
||||
@ -17,7 +17,7 @@
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "{{ jellyfin_log_dir }}/jellyfin.log",
|
||||
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u4}] {Message}{NewLine}{Exception}",
|
||||
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}",
|
||||
"restrictedToMinimumLevel": "{{ jellyfin_log_level_file }}"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user