Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: add newline to the end of text file
Browse files Browse the repository at this point in the history
  • Loading branch information
huwenchao committed Dec 2, 2019
1 parent 5c536e4 commit 668c800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]
log = "0.4"
log4rs = "0.8"
serde_json = "1.0"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion common/logger/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ loggers:
level: trace
appenders:
- metrics
additive: false
additive: false
2 changes: 1 addition & 1 deletion devtools/chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ log_to_console = true
console_show_file_and_line = false
log_path = "logs/"
log_to_file = true
metrics = true
metrics = true

0 comments on commit 668c800

Please sign in to comment.