diff options
author | Alex <alex@adnab.me> | 2022-11-29 21:30:39 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-11-29 21:30:39 +0000 |
commit | 19bdd1c7992f907c9bd518462054f56e28a2e45b (patch) | |
tree | f2ad93955235e136f2ba3ca62f6a5dfde4ea975d /src | |
parent | 448dcc5cf4685f6a321b84ba1aa38e560f63a90a (diff) | |
parent | 26121bb619c48328fa484ba6752402fc1d8115b7 (diff) | |
download | garage-19bdd1c7992f907c9bd518462054f56e28a2e45b.tar.gz garage-19bdd1c7992f907c9bd518462054f56e28a2e45b.zip |
Merge pull request 'Fix logs appearing twice' (#435) from fix-logs into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/435
Diffstat (limited to 'src')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 69852db7..f9d7cf3a 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -36,7 +36,7 @@ bytesize = "1.1" timeago = "0.3" parse_duration = "2.1" hex = "0.4" -tracing = { version = "0.1.30", features = ["log-always"] } +tracing = { version = "0.1.30" } tracing-subscriber = { version = "0.3", features = ["env-filter"] } rand = "0.8" async-trait = "0.1.7" |