Skip to content

Commit

Permalink
Enable the log feature of "again"
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Jul 20, 2020
1 parent 2df69dc commit 7086e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion autoendpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ actix-http = "1.0"
actix-web = "2.0"
actix-rt = "1.0"
actix-cors = "0.2.0"
again = { version = "0.1.2", default-features = false }
again = { version = "0.1.2", default-features = false, features = ["log"] }
async-trait = "0.1.36"
autopush_common = { path = "../autopush-common" }
backtrace = "0.3"
Expand Down

0 comments on commit 7086e1a

Please sign in to comment.