diff --git a/conf/log.toml b/conf/log.toml index 9fdc884..6df9dc6 100644 --- a/conf/log.toml +++ b/conf/log.toml @@ -1,4 +1,4 @@ [log] output = "both" # stderr, file, both file = "log/stellar.log" -level = "ERROR" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL +level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL diff --git a/src/log/test/conf/log_file.toml b/src/log/test/conf/log_file.toml index fd8ce8a..43e3621 100644 --- a/src/log/test/conf/log_file.toml +++ b/src/log/test/conf/log_file.toml @@ -1,4 +1,4 @@ [log] output = "file" # stderr, file, both file = "stellar.log" -level = "DEBUG" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL +level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL diff --git a/src/log/test/conf/log_stderr.toml b/src/log/test/conf/log_stderr.toml index 428c14c..a2febcc 100644 --- a/src/log/test/conf/log_stderr.toml +++ b/src/log/test/conf/log_stderr.toml @@ -1,4 +1,4 @@ [log] output = "stderr" # stderr, file, both file = "stellar.log" -level = "DEBUG" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL +level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL diff --git a/test/decoders/http/test_based_on_stellar/env/log.toml b/test/decoders/http/test_based_on_stellar/env/log.toml index a51abd8..b5213d9 100644 --- a/test/decoders/http/test_based_on_stellar/env/log.toml +++ b/test/decoders/http/test_based_on_stellar/env/log.toml @@ -1,4 +1,4 @@ [log] output = "stderr" # stderr, file file = "log/stellar.log" -level = "ERROR" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL +level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL diff --git a/test/packet_inject/conf/log.toml b/test/packet_inject/conf/log.toml index 144f2db..83fa30e 100644 --- a/test/packet_inject/conf/log.toml +++ b/test/packet_inject/conf/log.toml @@ -1,4 +1,4 @@ [log] output = "stderr" # stderr, file, both -level = "DEBUG" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL +level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL file = "log/stellar.log"