[MIRROR] Fixes silo logging + add log file based logging to silo [MDB IGNORE] (#20748)

* Fixes silo logging + add log file based logging to silo

* Update logging.dm

* Update logging.dm

---------

Co-authored-by: Gamer025 <33846895+Gamer025@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-26 21:23:25 +01:00
committed by GitHub
co-authored by Gamer025 Gandalf
parent 0ec3de85a8
commit e8df6da548
6 changed files with 40 additions and 14 deletions
+1
View File
@@ -72,6 +72,7 @@
// Log categories
#define LOG_CATEGORY_NOT_FOUND "invalid_category"
#define LOG_CATEGORY_TARGET_ZONE_SWITCH "target_zone_switch"
#define LOG_CATEGORY_SILO "silo"
//wrapper macros for easier grepping
#define DIRECT_OUTPUT(A, B) A << B