Files
NetAlertX/docs/LOGGING.md
jokob-sk a12da278c6
Some checks are pending
URL Path Check / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run
docs + #1042
2025-04-05 08:04:31 +11:00

1.2 KiB
Executable File

Logging

NetAlertX comes with several logs that help to identify application issues.

For plugin-specific log debugging, please read the Debug Plugins guide.

When debugging any issue, increase the LOG_LEVEL Setting as per the Debug tips documentation.

Main logs

You can find most of the logs exposed in the UI under Maintenance -> Logs.

If the UI is inaccessible, you can access them under /app/log.

Logs

In the Maintennace -> Logs you can Purge logs, download the full log file or Filter the lines with some substring to narrow down your search.

Plugin logging

If a Plugin supplies data to the main app it's done either vie a SQL query or via a script that updates the last_result.log file in the plugin log folder (app/log/plugins/). These files are processed at the end of the scan and deleted on successful processing.

The data is in most of the cases then displayed in the application under Integrations -> Plugins (or Device -> Plugins if the plugin is supplying device-specific data).

Plugin objects