Exclude Logged Commands
keir-nellyer opened this issue ยท 5 comments
Is there anyway to exclude commands that will be logged? I use CAuth and would like the command /login and /register to be excluded from logging.
There is some code in there that looks like it would exclude it but it isn't excluding the commnad!
command-filter:
- /login
- /restartsrv
- /register
The command filter should do that. Not sure why it isn't working, I will check it out!