Version3.1.1

This commit is contained in:
turtled 2019-05-08 17:24:17 +08:00
parent 0e4c580a10
commit 9e0d2bc76c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
start(_Type, _Args) -> start(_Type, _Args) ->
create_mnesia_dir("data/mnesia"), create_mnesia_dir("data/mnesia"),
emqx_gen_config:generate_config("etc/emqx.conf", "etc/plugins", "data/configs", "releases/3.1.0/schema"), emqx_gen_config:generate_config("etc/emqx.conf", "etc/plugins", "data/configs", "releases/3.1.1/schema"),
%% We'd like to configure the primary logger level here, rather than set the %% We'd like to configure the primary logger level here, rather than set the
%% kernel config `logger_level` before starting the erlang vm. %% kernel config `logger_level` before starting the erlang vm.
%% This is because the latter approach an annoying debug msg will be printed out: %% This is because the latter approach an annoying debug msg will be printed out: