Skip to content

Commit 093a22a

Browse files
Mathious6azerpas
andauthored
refactor: switch to tracing with structured JSON logs (#48)
* Mathious6/feat/devcontainer (#1) * chore: add devcontainer configuration for Rust development * chore: format Cargo.toml files with `Even Better TOML` * chore: add rust-toolchain configuration for stable channel with rustfmt and clippy * chore: include custom container name * chore: add GitHub Actions extension to devcontainer * chore: migrate from log to tracing for logging, update dependencies, and clean up unused packages * refactor: replace log with tracing for debug statements in transfer module * refactor: reorganize module imports and enhance settings management * refactor: remove redundant write operation in save_settings function * refactor: replace log debug statements with tracing in transfer module * refactor: remove tracing-appender dependency and simplify logger initialization * chore: remove .devcontainer entry from .gitignore * chore: update Cargo.toml formatting and enhance devcontainer configuration --------- Co-authored-by: Anthony <manikhouth.anthony@gmail.com>
1 parent b56e362 commit 093a22a

13 files changed

Lines changed: 202 additions & 388 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"terminal.integrated.defaultProfile.linux": "zsh",
1515
"rust-analyzer.check.command": "clippy",
1616
"evenBetterToml.formatter.alignEntries": true,
17+
"evenBetterToml.formatter.columnWidth": 100,
1718
"[rust]": {
1819
"editor.defaultFormatter": "rust-lang.rust-analyzer"
1920
},

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*.chls
22
*.chlz
33

4-
54
# Added by cargo
65

76
/target

0 commit comments

Comments
 (0)