diff --git a/conf/nebula-graphd.conf.default b/conf/nebula-graphd.conf.default index f6eeb7549df..feb9e273a21 100644 --- a/conf/nebula-graphd.conf.default +++ b/conf/nebula-graphd.conf.default @@ -27,7 +27,7 @@ --stdout_log_file=graphd-stdout.log --stderr_log_file=graphd-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # wether logging files' name contain time stamp. --timestamp_in_logfile_name=true ########## query ########## diff --git a/conf/nebula-graphd.conf.production b/conf/nebula-graphd.conf.production index e7cfbf3d810..d5b07642394 100644 --- a/conf/nebula-graphd.conf.production +++ b/conf/nebula-graphd.conf.production @@ -25,7 +25,7 @@ --stdout_log_file=graphd-stdout.log --stderr_log_file=graphd-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # wether logging files' name contain timestamp --timestamp_in_logfile_name=true diff --git a/conf/nebula-metad.conf.default b/conf/nebula-metad.conf.default index ce9903200a8..89b594f36f5 100644 --- a/conf/nebula-metad.conf.default +++ b/conf/nebula-metad.conf.default @@ -19,7 +19,7 @@ --stdout_log_file=metad-stdout.log --stderr_log_file=metad-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # wether logging files' name contain time stamp, If Using logrotate to rotate logging files, than should set it to true. --timestamp_in_logfile_name=true diff --git a/conf/nebula-metad.conf.production b/conf/nebula-metad.conf.production index 84b18f831d4..3ea93ffac0c 100644 --- a/conf/nebula-metad.conf.production +++ b/conf/nebula-metad.conf.production @@ -19,7 +19,7 @@ --stdout_log_file=metad-stdout.log --stderr_log_file=metad-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # wether logging files' name contain time stamp. --timestamp_in_logfile_name=true diff --git a/conf/nebula-standalone.conf.default b/conf/nebula-standalone.conf.default index 16694304c60..e5f7a449efe 100644 --- a/conf/nebula-standalone.conf.default +++ b/conf/nebula-standalone.conf.default @@ -27,7 +27,7 @@ --stdout_log_file=standalone-stdout.log --stderr_log_file=standalone-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 ########## query ########## # Whether to treat partial success as an error. diff --git a/conf/nebula-storaged-listener.conf.default b/conf/nebula-storaged-listener.conf.default index 02936b7d192..86d74d3c356 100644 --- a/conf/nebula-storaged-listener.conf.default +++ b/conf/nebula-storaged-listener.conf.default @@ -22,7 +22,7 @@ --stdout_log_file=storaged-listener-stdout.log --stderr_log_file=storaged-listener-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # Wether logging files' name contain timestamp. --timestamp_in_logfile_name=true diff --git a/conf/nebula-storaged-listener.conf.production b/conf/nebula-storaged-listener.conf.production index a8c33d5ba07..72467e7fab1 100644 --- a/conf/nebula-storaged-listener.conf.production +++ b/conf/nebula-storaged-listener.conf.production @@ -22,7 +22,7 @@ --stdout_log_file=storaged-listener-stdout.log --stderr_log_file=storaged-listener-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # Wether logging files' name contain timestamp. --timestamp_in_logfile_name=true diff --git a/conf/nebula-storaged.conf.default b/conf/nebula-storaged.conf.default index c41bbf1cb8e..34c345ac9ed 100644 --- a/conf/nebula-storaged.conf.default +++ b/conf/nebula-storaged.conf.default @@ -21,7 +21,7 @@ --stdout_log_file=storaged-stdout.log --stderr_log_file=storaged-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # Wether logging files' name contain time stamp. --timestamp_in_logfile_name=true diff --git a/conf/nebula-storaged.conf.production b/conf/nebula-storaged.conf.production index 0c1bcd34a62..d0004f06fc5 100644 --- a/conf/nebula-storaged.conf.production +++ b/conf/nebula-storaged.conf.production @@ -21,7 +21,7 @@ --stdout_log_file=storaged-listener-stdout.log --stderr_log_file=storaged-listener-stderr.log # Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively. ---stderrthreshold=2 +--stderrthreshold=3 # Wether logging files' name contain timestamp. --timestamp_in_logfile_name=true