mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
update logging levels
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
|
||||
var msg = "HTTP Response " + statusCode + " to " + endPoint + responseTime;
|
||||
|
||||
logger.LogMultiline(msg, LogSeverity.Debug, log);
|
||||
logger.LogMultiline(msg, LogSeverity.Info, log);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user