chore: revert ULOG/ELOG

This commit is contained in:
zhongwencool 2024-06-14 22:04:20 +08:00
parent f713f13b2c
commit d95f17fe77
3 changed files with 4 additions and 10 deletions

View File

@ -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.

View File

@ -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,

View File

@ -1 +1 @@
Significantly increased the startup speed of the EMQX management dashboard.
Significantly increased the startup speed of EMQX dashboard listener.