Skip to content

Commit

Permalink
chore(dumper): docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nerodono committed Dec 20, 2024
1 parent 43df2b0 commit ce088f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elfo-dumper/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ pub struct Config {
/// A path to a dump file or template:
/// * `path/all.dump` - one file.
/// * `path/{class}.dump` - file per class.
/// * `path/{time:<FORMAT>}.dump` - file per dump time. The `<FORMAT>`
/// refers to the
/// time format as in strftime: <https://cplusplus.com/reference/ctime/strftime/> (`man strftime(3)`).
pub path: DumpPath,
/// How often dumpers should write dumps to files.
/// `500ms` by default.
Expand Down

0 comments on commit ce088f0

Please sign in to comment.