Skip to content

Commit b579dc8

Browse files
authored
refactor: migrate to tracing for logging (#226)
1 parent 0153222 commit b579dc8

File tree

23 files changed

+300
-262
lines changed

23 files changed

+300
-262
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
# These are backup files generated by rustfmt
66
**/*.rs.bk
7+
8+
# local environment variables
9+
.env

.rustfmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
imports_granularity = "Crate"
2+
group_imports = "StdExternalCrate"
3+
use_field_init_shorthand = true

0 commit comments

Comments
 (0)