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