To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Admindebug

From ZNC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


The Admindebug module allows to enable and disable Debug mode in a more dynamic fashion. Stopping the requirement for needing to reboot with --debug.

Commands

Admin Commands:

ENABLE: Enables debug mode

DISABLE: Disables debug mode


All user commands:

STATUS: Show whether debug mode is enabled/disabled

Notes

To take full advantage of this module it is advised (for the moment) to load znc with --foreground, as debug context is passed to STDOUT for the moment. Future improvements may include logging debug text to a file instead.