Core/Logging: Move player delete logging to new type LOG_FILTER_PLAYER_DELETE (34). Also add missing sql from 55ce180f28

This commit is contained in:
Spp
2012-08-06 08:49:31 +02:00
parent 1bd8cb9a7c
commit 483fb42306
5 changed files with 16 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `command` WHERE `name` IN ('server togglequerylog', 'server set loglevel');
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('server set loglevel',4,'Syntax: .server set loglevel $facility $name $loglevel. $facility can take the values: appender (a) or logger (l). $loglevel can take the values: disabled (0), trace (1), debug (2), info (3), warn (4), error (5) or fatal (6)');