v3.0.1
vladislav-prishchepa
released this
09 Sep 09:18
·
27 commits
to master
since this release
- New :
DebugLogsEnabled
andRequestTracingEnabled
added toStaticServer
(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
toApiViewCheckAttribute
viaCallerMemberName
- 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.