feat: log cmd args on execution
This commit is contained in:
@@ -286,7 +286,7 @@ function processCommand()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if consoleCommands[cmd] then
|
if consoleCommands[cmd] then
|
||||||
log.info("> %s", cmd)
|
log.info("> %s %s", cmd, table.concat(args, " "))
|
||||||
consoleCommands[cmd](args)
|
consoleCommands[cmd](args)
|
||||||
else
|
else
|
||||||
log.warning("Unknown command: %s", cmd)
|
log.warning("Unknown command: %s", cmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user