aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar JustAnotherArchivist2025-12-19 20:25:44 +0000
committerGravatar JustAnotherArchivist2025-12-19 20:25:44 +0000
commit5a3411b7ba701347250070f713f3a041fd6d557f (patch)
treecb630fc0f5ea29f186a1f5bcd81715bc4583be7a
parentFix asyncio.exceptions.InvalidStateError error when put_nowait is called agai... (diff)
signature
Add logging section to example config
-rw-r--r--config.example.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index c46b616..59a9f09 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -1,3 +1,7 @@
+[logging]
+ #level = 'INFO'
+ #format = '{asctime} {levelname} {name} {message}'
+
[irc]
#host = 'irc.hackint.org'
#port = 6697