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.
adminlog
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 adminlog The code for this module can be found here. This module is part of ZNC since Version 0.076 |
This module writes a log to <datadir>/znc.log
(most likely ~/.znc/znc.log
) or syslog.
It logs when users connect or disconnect from IRC and when they log in. Failed logins are logged, too.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands
target
The target
command can be used to set the logging method:
- Only log to znc.log:
/msg *adminlog target file
- Only log to syslog:
/msg *adminlog target syslog
- Log to both, syslog and znc.log:
/msg *adminlog target both
The settings are saved and reloaded across restarts.