Logger: Better application log formatting

This commit is contained in:
2023-09-17 20:21:14 +02:00
parent 73419f5a9c
commit bc37fcb2af
2 changed files with 18 additions and 10 deletions

View File

@@ -11,3 +11,7 @@ our $botHostname = "hostname";
our $botName = "Full name of bot";
our $httpServerPort = 8080;
our $verboseLogging = 0;
1;