We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
drogon
spdlog
1 parent deecb21 commit e2f8a0bCopy full SHA for e2f8a0b
main.cpp
@@ -70,6 +70,7 @@ int main( int argc, char** argv )
70
spdlog::info( "Do not use SSL" );
71
72
spdlog::default_logger()->flush();
73
+ trantor::Logger::enableSpdLog( spdlog::default_logger() );
74
75
app()
76
.setClientMaxBodySize( 1024*1024*1024 ) // 1gb
0 commit comments