mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Logs view improvements
This commit is contained in:
parent
badcfecb93
commit
678c33d5fa
2 changed files with 8 additions and 2 deletions
|
@ -33,6 +33,11 @@ namespace NzbDrone.Core.Instrumentation
|
|||
|
||||
log.Logger = logEvent.LoggerName;
|
||||
|
||||
if (log.Logger.StartsWith("NzbDrone."))
|
||||
{
|
||||
log.Logger = log.Logger.Remove(0, 9);
|
||||
}
|
||||
|
||||
if (logEvent.Exception != null)
|
||||
{
|
||||
if (String.IsNullOrWhiteSpace(log.Message))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue