fix (core/logging/conf): Fix Logging for Modules (#11601)
* fix (core/logging/conf): Fix Logging for Modules Fix custom module logging and appender. Also included Logging Async Conf. * Update Log.cpp * Core/Logging: Force synchronous logging after io_service shutdown - fixes logging on worldserver shutdown https: //github.com/TrinityCore/TrinityCore/commit/c71987b1a1403fa20654cc24b37448ca807ff363 Co-Authored-By: Shauren <shauren.trinity@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
parent
c5368816fa
commit
76d57065e2
7 changed files with 58 additions and 12 deletions
|
|
@ -98,7 +98,7 @@ int main(int argc, char** argv)
|
|||
|
||||
// Init logging
|
||||
sLog->RegisterAppender<AppenderDB>();
|
||||
sLog->Initialize();
|
||||
sLog->Initialize(nullptr);
|
||||
|
||||
Acore::Banner::Show("authserver",
|
||||
[](std::string_view text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue