Skip to content

Commit

Permalink
Logging Improvements (#12)
Browse files Browse the repository at this point in the history
* Move build key from Cargo manifest to .cargo. Update crates.

* Fix logging. Logs to terminal when compiled in debug, logs to syslog for release builds.
  • Loading branch information
cryptoquick authored Mar 3, 2023
1 parent 8aa4fb0 commit 47a634c
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 68 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = "-Ctarget-feature=+sse3,+avx,+aes"
Loading

0 comments on commit 47a634c

Please sign in to comment.