Fix template error for elixir-enabled applications.
This commit is contained in:
@@ -370,7 +370,7 @@ console_template() ->
|
||||
andalso
|
||||
'Elixir.System':version() >= <<"1.15">> of
|
||||
true ->
|
||||
[date, " ", time, " [", level, "] ", message, "\n"];
|
||||
[date, " ", time, " [", level, "] ", msg, "\n"];
|
||||
false ->
|
||||
[time, " [", level, "] " | msg()]
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user