diff options
| author | 2025-12-19 20:25:44 +0000 | |
|---|---|---|
| committer | 2025-12-19 20:25:44 +0000 | |
| commit | 5a3411b7ba701347250070f713f3a041fd6d557f (patch) | |
| tree | cb630fc0f5ea29f186a1f5bcd81715bc4583be7a | |
| parent | Fix asyncio.exceptions.InvalidStateError error when put_nowait is called agai... (diff) | |
| signature | ||
Add logging section to example config
| -rw-r--r-- | config.example.toml | 4 |
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 |
