Skip to content

v3.0.1

Compare
Choose a tag to compare
@vladislav-prishchepa vladislav-prishchepa released this 09 Sep 09:18
· 27 commits to master since this release
  • New : DebugLogsEnabled and RequestTracingEnabled added to StaticServer (can be turned on during startup via config and changed in runtime)
  • Fix : Do not throw in Logger::FlushAsync if email logger is registered but not started
  • Fix : Pass checkDescription to ApiViewCheckAttribute via CallerMemberName
  • Fix : Thread pool usage statistics fixed in StaticServer

New server logging can be turned on even in release mode in order to have A LOT of tracing info. It also does not hurt performance much when turned off.