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: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Core Module | version = 1.7}} The '''Admindebug''' module allows to enable and disable Debug mode in a more dynamic fashion. Stopping the requirement for needing to reboot..." |
m minor typo fix |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Core Module | version = 1.7}} | {{Core Module | version = 1.7.1}} | ||
The '''Admindebug''' module allows to enable and disable Debug mode in a more dynamic fashion. Stopping the requirement for needing to reboot with --debug. | The '''Admindebug''' module allows to enable and disable Debug mode in a more dynamic fashion. Stopping the requirement for needing to reboot with --debug. | ||
Line 6: | Line 6: | ||
Admin Commands: | Admin Commands: | ||
ENABLE: Enables debug mode | ENABLE: Enables debug mode | ||
DISABLE: Disables debug mode | DISABLE: Disables debug mode | ||
All user commands: | All user commands: | ||
STATUS: Show whether debug mode is enabled/disabled | STATUS: Show whether debug mode is enabled/disabled | ||
=== Notes === | === Notes === | ||
To take full advantage of this module it is | 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. | to STDOUT for the moment. Future improvements may include logging debug text to a file instead. |
Latest revision as of 01:43, 9 September 2022
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod admindebug The code for this module can be found here. This module is part of ZNC since Version 1.7.1 |
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.