View on GitHub

B3-plugin-actionlogger

Log all admin commands to a logfile

Download this project as a .zip file Download this project as a tar.gz file

This plugin logs all admin commands to a logfile (rotated just like the b3.log)

Requirements:

Installation:

  1. Unzip the contents of this package into your B3 folder. It will place the .py file in b3/extplugins and the config file .xml in your b3/extplugins/conf folder.

  2. Open the .xml file with your favorit editor and modify the settings if you want them different.

  3. Open your B3.xml file (in b3/conf) and add the next line in the section of the file:

<plugin name="actionlogger" config="@b3/extplugins/conf/actionlogger.xml"/>

  1. Restart the bot