Skip to content

Commit

Permalink
Make drogon use spdlog by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewerf committed Oct 11, 2024
1 parent deecb21 commit e2f8a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ int main( int argc, char** argv )
spdlog::info( "Do not use SSL" );

spdlog::default_logger()->flush();
trantor::Logger::enableSpdLog( spdlog::default_logger() );

app()
.setClientMaxBodySize( 1024*1024*1024 ) // 1gb
Expand Down

0 comments on commit e2f8a0b

Please sign in to comment.