-
Notifications
You must be signed in to change notification settings - Fork 3
debugging
Christian Stankowic edited this page Dec 23, 2017
·
2 revisions
In case you're stumbling about annoying error messages and want to get help, it is necessary to get appropriate application logs to understand the error cause.
For this purpose, IcingaBusyLightAgents comes with a logging engine. It supports multiple log destinations and verbosity levels. Proceed with the following steps if you want to get help or report an error:
- Start IcingaBusylightAgent
- Right-click the tray icon and click
Configure
- Move to the
Other
pane - Next to
Log mode
, selectFile
to store debug logs on your hard drive - For
Log level
, select50 stacks of trace
to get maximum debug messages
The log file is stored in the same directory the agent is installed to. If your agent is installed to C:\IcingaBusylightAgent
, the log file is C:\IcingaBusylightAgent.log
.
In order to create a help request or bug report you need to have a GitHub account. Proceed with the following steps:
- Move to the Issues page of this project and click New issue.
- Event a helpful title and describe your problem - please include:
- The version of IcingaBusylightAgent you use
- The effect you're achieving and how to reproduce it
- Drag & drop your log file to attach it to the issue
- Click Submit new issue - I will respond after I had time to have a look at your issue. 🔨