This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "LogDetail"

From BZFlagWiki
Jump to: navigation, search
Line 1: Line 1:
 
logDetail is a plugin that allows the server owner to record everything that happens on a server. For example the plugin will record when Allejo joins the server with IP 12.345.67.89 and when Allejo leaves. The plugin will also record all the conversations including private messages.
 
logDetail is a plugin that allows the server owner to record everything that happens on a server. For example the plugin will record when Allejo joins the server with IP 12.345.67.89 and when Allejo leaves. The plugin will also record all the conversations including private messages.
 +
  
 
To load this plugin in the config file put
 
To load this plugin in the config file put
 
  
 
----
 
----
Line 8: Line 8:
  
 
----
 
----
 +
  
 
When you run bzfs do the following to avoid the plugin output going in the terminal or command prompt window.
 
When you run bzfs do the following to avoid the plugin output going in the terminal or command prompt window.

Revision as of 03:14, 25 May 2009

logDetail is a plugin that allows the server owner to record everything that happens on a server. For example the plugin will record when Allejo joins the server with IP 12.345.67.89 and when Allejo leaves. The plugin will also record all the conversations including private messages.


To load this plugin in the config file put


-loadplugin /path/to/logDetail



When you run bzfs do the following to avoid the plugin output going in the terminal or command prompt window.


bzfs -conf configfile.conf > Log


Now the plugin will export all the recorded information will be put in the file called "Log". The "Log" file will be placed in the same directory as the configuration file just so you may be able to find it.