Issue information

Issue ID
#648
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 19, 2007 3:04
Last Post
Hercules Elf Bot
Apr 19, 2012 15:31
Confirmation
N/A

Hercules Elf Bot - Dec 19, 2007 3:04

Originally posted by [b]canadiancow[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=648

// Log GM Commands (set to minimum level of Logged Commands)
log_gm: 0

This disabled GM command logging, so there is no way to log level 0 GM commands. 0 should log 0 and up, and there should be another way of disabling it.

Hercules Elf Bot - Jan 5, 2012 4:23

Originally posted by [b]Ind[/b]
it does:
[code]if( cmdlvl < log_config.gm ) return;[/code]
so if you set it at 0, and you use a @ii (assume @ii requies lvl 0 gm) it will -> if ( 0 < 0 ); which will let it log.