diff options
| author | Fuwn <[email protected]> | 2021-05-16 16:48:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-16 16:48:51 +0000 |
| commit | bc883d8450dcba4e8738023bae722696e7b7d6f3 (patch) | |
| tree | f2a8986e848fdeb8b21b7fe2f29b86da4cd1be85 /src/config/Whirl.default.toml | |
| parent | fix(cli/clean): formatting (diff) | |
| download | whirl-bc883d8450dcba4e8738023bae722696e7b7d6f3.tar.xz whirl-bc883d8450dcba4e8738023bae722696e7b7d6f3.zip | |
feat(config): optional log to file
Gives you the option to disable logging to a file, environment variable takes precedence over
configuration key.
BREAKING CHANGE: `whirlsplash.log.file` configuration key created.
Diffstat (limited to 'src/config/Whirl.default.toml')
| -rw-r--r-- | src/config/Whirl.default.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml index 0edb0b2..aa2d684 100644 --- a/src/config/Whirl.default.toml +++ b/src/config/Whirl.default.toml @@ -14,6 +14,7 @@ enable = true level = 1 everything = false test = false +file = true [distributor] worldsmaster_greeting = "Welcome to Whirlsplash!" |