mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Improve error handling
This commit is contained in:
parent
2a49f8cae7
commit
6ea7153e31
3 changed files with 26 additions and 11 deletions
|
@ -87,6 +87,7 @@ get_commands_spec() ->
|
|||
args = [], result = {res, rescode}},
|
||||
#ejabberd_commands{name = reopen_log, tags = [logs, server],
|
||||
desc = "Reopen the log files",
|
||||
policy = admin,
|
||||
module = ?MODULE, function = reopen_log,
|
||||
args = [], result = {res, rescode}},
|
||||
#ejabberd_commands{name = rotate_log, tags = [logs, server],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue