diff options
| author | Fuwn <[email protected]> | 2021-05-15 16:32:39 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-15 16:32:39 +0000 |
| commit | 4389bd9d3661a6a0e45d50c54f6489bb8f24851b (patch) | |
| tree | 4ae88aacc461fac21226392a871a9bd56e9c1b03 /src/utils/mod.rs | |
| parent | feat(global): logs now go to a dedicated directory and file (diff) | |
| download | whirl-4389bd9d3661a6a0e45d50c54f6489bb8f24851b.tar.xz whirl-4389bd9d3661a6a0e45d50c54f6489bb8f24851b.zip | |
feat(config): better logging configuration
Logging is very much imporved in just about every aspect.
BREAKING CHANGE: `whirlsplash.log` configuration group created, `whirlsplash.log_level`
configuration key removed.
Diffstat (limited to 'src/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 69c91d1..f5069fc 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,4 +1,5 @@ // Copyleft (ɔ) 2021-2021 The Whirlsplash Collective // SPDX-License-Identifier: GPL-3.0-only +pub mod log; pub mod system; |