aboutsummaryrefslogtreecommitdiffstats
path: root/log.yml
diff options
context:
space:
mode:
Diffstat (limited to 'log.yml')
-rw-r--r--log.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/log.yml b/log.yml
new file mode 100644
index 0000000..f4794d8
--- /dev/null
+++ b/log.yml
@@ -0,0 +1,15 @@
+# Read https://docs.rs/log4rs/0.8.0/log4rs/file/index.html for more information on how to use this file
+refresh_rate: 5 minutes
+
+appenders:
+ stdout:
+ kind: console
+ encoder:
+ kind: pattern
+ pattern: "[{d:35}](({h({l})})) {t} - {m}{n}"
+
+loggers:
+ frippy:
+ level: info
+ appenders:
+ - stdout