chore: revert ULOG/ELOG
This commit is contained in:
parent
f713f13b2c
commit
d95f17fe77
|
@ -119,13 +119,7 @@ end).
|
|||
-endif.
|
||||
|
||||
%% print to 'user' group leader
|
||||
-define(ULOG(Fmt, Args),
|
||||
io:format(user, "~ts " ++ Fmt, [emqx_utils_calendar:now_to_rfc3339(millisecond) | Args])
|
||||
).
|
||||
-define(ELOG(Fmt, Args),
|
||||
io:format(standard_error, "~ts " ++ Fmt, [
|
||||
emqx_utils_calendar:now_to_rfc3339(millisecond) | Args
|
||||
])
|
||||
).
|
||||
-define(ULOG(Fmt, Args), io:format(user, Fmt, Args)).
|
||||
-define(ELOG(Fmt, Args), io:format(standard_error, Fmt, Args)).
|
||||
|
||||
-endif.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_dashboard_sso, [
|
||||
{description, "EMQX Dashboard Single Sign-On"},
|
||||
{vsn, "0.1.5"},
|
||||
{vsn, "0.1.4"},
|
||||
{registered, [emqx_dashboard_sso_sup]},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Significantly increased the startup speed of the EMQX management dashboard.
|
||||
Significantly increased the startup speed of EMQX dashboard listener.
|
||||
|
|
Loading…
Reference in New Issue