|
@@ -1303,6 +1303,7 @@ log_handler_common_confs(Handler, Default) ->
|
|
|
sc(
|
|
sc(
|
|
|
hoconsc:enum([text, json]),
|
|
hoconsc:enum([text, json]),
|
|
|
#{
|
|
#{
|
|
|
|
|
+ aliases => [format],
|
|
|
default => maps:get(formatter, Default, text),
|
|
default => maps:get(formatter, Default, text),
|
|
|
desc => ?DESC("common_handler_formatter"),
|
|
desc => ?DESC("common_handler_formatter"),
|
|
|
importance => ?IMPORTANCE_MEDIUM
|
|
importance => ?IMPORTANCE_MEDIUM
|