Warnings and Informational Logs
{#if report.statistics.num_warnings === 0 && report.statistics.num_informational_logs === 0}Nothing to show!
{:else}| Timestamp | Warning | Severity | |||
|---|---|---|---|---|---|
| {date_formatter.format(parsed_date)} | {event.message} | {severity} | {:else if event.type === EventType.Informational}{date_formatter.format(parsed_date)} | {event.message} | Info | {/if}
Unparsed Messages
These are due to a limitation or bug in Rayhunter's parser, and aren't ususally a problem.
| # of messages affected | Reason/Error |
|---|---|
| {count} | {message} |