Add log line to identify exception raising check plugin

broken
Harald Wolff 2019-07-03 10:55:19 +02:00
parent ef93682ef9
commit 323090b7b7
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ namespace ln.skyscanner.checks
} catch (Exception e)
{
Logging.Log(LogLevel.WARNING, "Exception caught by CheckJob {0} [{1} / {3}]: {2}", checks[n].Name,Node.Name,e,Node.UniqueIdentity);
Logging.Log(e);
if (checks[n].IsCritical)
break;