OK, I see, yes I use one DB for COD2 and another one for COD4.
The logs are clean, no error comes up.
What I have is one b3 installation using different xml's for the servers.
I also use different XML's for the chatlogger plugin.
(plugin_chatlogger.xml, plugin_chatlogger2.xml, etc.)
So I start from /b3 with different startscripts using different XML's for the different servers.
#! /bin/sh
screen -dmS b3pam python ./b3_run.py -c /b3/b3/conf/cod2pam.xml
You can see that I changed the different XML files to point to different chatlogger xml files.
<plugin name="chatlogger" priority="12" config="@b3/extplugins/conf/plugin_chatlogger2.xml"/>
As said, nothing comes up in the logs, all looks fine, it just seems it ignore the changes in the chatlogger xml file.
It says it loaded chatlogger plugin successfull and that's it. All chat is logged in table "chatlog", as well in the chatlogger xml file I added "chatlog2" as table name.
090622 06:59:45 BOT Connected to database
090622 06:59:45 BOT Game log /home/codserver/server06/pam_pub_snl1/games_mp.log
090622 06:59:45 BOT Starting bot reading file /home/codserver/server06/pam_pub_snl1/games_mp.log
090622 06:59:45 BOT Loading Plugin #3 admin [/b3/b3/conf/plugin_admin.xml]
090622 06:59:45 BOT AdminPlugin: Loading config /b3/b3/conf/plugin_admin.xml for AdminPlugin
090622 06:59:45 BOT Plugin admin (1.3.4b0 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #5 stats [/b3/b3/conf/plugin_stats.xml]
090622 06:59:45 BOT StatsPlugin: Loading config /b3/b3/conf/plugin_stats.xml for StatsPlugin
090622 06:59:45 BOT Plugin stats (1.2.3 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #6 pingwatch [/b3/b3/conf/plugin_pingwatch.xml]
090622 06:59:45 BOT PingwatchPlugin: Loading config /b3/b3/conf/plugin_pingwatch.xml for PingwatchPlugin
090622 06:59:45 BOT Plugin pingwatch (1.1.4 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #7 adv [/b3/b3/conf/plugin_adv.xml]
090622 06:59:45 BOT AdvPlugin: Loading config /b3/b3/conf/plugin_adv.xml for AdvPlugin
090622 06:59:45 BOT Plugin adv (1.1.2 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #8 status [/b3/b3/conf/plugin_status.xml]
090622 06:59:45 BOT StatusPlugin: Loading config /b3/b3/conf/plugin_status.xml for StatusPlugin
090622 06:59:45 BOT Plugin status (1.2.5 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #9 welcome [/b3/b3/conf/plugin_welcome.xml]
090622 06:59:45 BOT WelcomePlugin: Loading config /b3/b3/conf/plugin_welcome.xml for WelcomePlugin
090622 06:59:45 BOT Plugin welcome (1.0.2 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #10 punkbuster [/b3/b3/conf/plugin_punkbuster_cod2pam.xml]
090622 06:59:45 BOT PunkbusterPlugin: Loading config /b3/b3/conf/plugin_punkbuster_cod2pam.xml for PunkbusterPlugin
090622 06:59:45 BOT Plugin punkbuster (1.0.8 - ThorN) loaded
090622 06:59:45 BOT Loading Plugin #11 openbanter [/b3/b3/extplugins/conf/openbanter.xml]
090622 06:59:45 BOT OpenbanterPlugin: Loading config /b3/b3/extplugins/conf/openbanter.xml for OpenbanterPlugin
090622 06:59:45 BOT Plugin openbanter (0.2b - Bakes) loaded
090622 06:59:45 BOT Loading Plugin #12 chatlogger [/b3/b3/extplugins/conf/plugin_chatlogger2.xml]
090622 06:59:45 BOT ChatloggerPlugin: Loading config /b3/b3/extplugins/conf/plugin_chatlogger2.xml for ChatloggerPlugin
090622 06:59:45 BOT Plugin chatlogger (0.2.0 - Courgette) loaded
090622 06:59:45 BOT Loading Plugin #13 spree [/b3/b3/extplugins/conf/plugin_spree.xml]
090622 06:59:45 BOT SpreePlugin: Loading config /b3/b3/extplugins/conf/plugin_spree.xml for SpreePlugin
090622 06:59:45 BOT Plugin spree (Unknown Version - Unknown Author) loaded
090622 06:59:45 BOT Client found in storage 1, welcome back World
090622 06:59:45 BOT Starting Plugin admin
090622 06:59:45 BOT Starting Plugin stats
090622 06:59:45 BOT Starting Plugin pingwatch
090622 06:59:45 BOT Starting Plugin adv
090622 06:59:45 BOT Starting Plugin status
090622 06:59:45 BOT Starting Plugin welcome
090622 06:59:45 BOT Starting Plugin punkbuster
090622 06:59:45 BOT Starting Plugin openbanter
090622 06:59:45 BOT Starting Plugin chatlogger
090622 06:59:45 BOT Starting Plugin spree
090622 06:59:45 BOT Start reading...
So I don't understand, why it is ignoring the changes in the chatlogger XMl file...
Thanks for you quick answer yet

Elric666