emqx/apps/emqx_conf
Zaiming (Stone) Shi 605d9972e4 fix(config): avoid calling emqx:update_config/2 for logger refresh
Prior to this fix, whatever configured for loggers are persisted to
cluster-override.conf.
This may cause troulbe for users who changes boot mode.

For example if the node is once started in console mode,
the logging config is persisted, with console enabled, but file
disabled.
Then if the user decide to start in daemon mode, all the logs
will silently go to erlang.log.N and emqx.log.N will be empty.

After this fix, only changes really made into cluter-override.conf
will take effect.
2023-01-31 18:50:16 +01:00
..
etc refactor(cookie): Warning message when boot with default Erlang cookie 2022-09-06 18:58:35 +02:00
i18n docs: more detail about crashdump config 2023-01-17 20:33:01 +08:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src fix(config): avoid calling emqx:update_config/2 for logger refresh 2023-01-31 18:50:16 +01:00
test test: conf_app ct failed 2023-01-14 01:03:57 +08:00
.gitignore chore: update .gitignore emqx_conf generated files 2022-04-29 16:43:51 +08:00
rebar.config style: reformat emqx_auto_subscribe and emqx_conf 2022-04-25 18:05:10 +02:00