fix(windows): set EMQX_LOG_DIR env variable

This commit is contained in:
Zaiming (Stone) Shi 2023-05-22 23:12:18 +02:00
parent 3281b5fc33
commit 1081a8f041
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
@set "RUNNER_ROOT_DIR=%rel_root_dir%"
:: hard code etc dir
@set "EMQX_ETC_DIR=%rel_root_dir%\etc"
@set "EMQX_LOG_DIR=%rel_root_dir%\log"
@set "etc_dir=%rel_root_dir%\etc"
@set "lib_dir=%rel_root_dir%\lib"
@set "emqx_conf=%etc_dir%\emqx.conf"