Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
TimeTrace File Extention!
Browse files Browse the repository at this point in the history
  • Loading branch information
bansaltushar014 committed Nov 6, 2023
1 parent 5d75d62 commit c9597c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func DefaultConfig() *Config {
},
Log: Log{
WriteToFile: true,
Path: "ttrace.log",
Path: "log.ttrace",
},
Name: "time_trace",
}
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server:

log:
write_to_file: true
path: ttrace.log
path: log.ttrace # Reminder, It is time trace file extention.

users:
- name: root
Expand Down
2 changes: 1 addition & 1 deletion doc/config/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ How it looks in `config.yaml`:
```yml
log:
write_to_file: true
path: ttrace.log
path: log.ttrace
```

#### users
Expand Down

0 comments on commit c9597c9

Please sign in to comment.