feat: add 'format' as alias for log 'formatter'
This commit is contained in:
parent
9106eb92d2
commit
aea1e80290
|
@ -1303,6 +1303,7 @@ log_handler_common_confs(Handler, Default) ->
|
|||
sc(
|
||||
hoconsc:enum([text, json]),
|
||||
#{
|
||||
aliases => [format],
|
||||
default => maps:get(formatter, Default, text),
|
||||
desc => ?DESC("common_handler_formatter"),
|
||||
importance => ?IMPORTANCE_MEDIUM
|
||||
|
|
Loading…
Reference in New Issue