This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new c3407d0fbc [To rel/0.13][IOTDB-4357]fix start in windows, 
IOTDB_LOG_DIR_IS_UNDEFINED (#7261)
c3407d0fbc is described below

commit c3407d0fbc39c3b9492ffb67466cdb1c415bc6f0
Author: 张正明 <[email protected]>
AuthorDate: Thu Sep 8 08:54:16 2022 +0800

    [To rel/0.13][IOTDB-4357]fix start in windows, IOTDB_LOG_DIR_IS_UNDEFINED 
(#7261)
---
 server/src/assembly/resources/sbin/start-server.bat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/assembly/resources/sbin/start-server.bat 
b/server/src/assembly/resources/sbin/start-server.bat
index 2c07383758..2a2d3d0f44 100755
--- a/server/src/assembly/resources/sbin/start-server.bat
+++ b/server/src/assembly/resources/sbin/start-server.bat
@@ -91,6 +91,7 @@ set JAVA_OPTS=-ea^
  -DTSFILE_HOME="%IOTDB_HOME%"^
  -DTSFILE_CONF="%IOTDB_CONF%"^
  -DIOTDB_CONF="%IOTDB_CONF%"^
+ -DIOTDB_LOG_DIR="%IOTDB_LOGS%"^
  -Dsun.jnu.encoding=UTF-8^
  -Dfile.encoding=UTF-8
 

Reply via email to