Skip to content

Commit d8b2ffc

Browse files
fix(backend, logger): add logger settings to config.toml
1 parent 4178736 commit d8b2ffc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/cmd/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ timeout_ms = 5000 # Timeout between retries in milliseconds
5252
backoff_factor = 2 # Backoff multiplier for retry delays
5353
enable_progress = true # Enable progress callbacks during transfers
5454

55+
# Logger Configuration
56+
time_unit = "us" # Time unit for log timestamps (ns, us, ms, s) Default: ns
57+
5558
# <-- DO NOT TOUCH BELOW THIS LINE -->
5659

5760
# Server Configuration

0 commit comments

Comments
 (0)