Skip to content

Commit

Permalink
set log level to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Jul 10, 2024
1 parent e15bb44 commit aae416c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,8 @@ int main()

// Only use a single thread to handle requests
// The discovery endpoint is not thread-safe
app.port(SERVICE_PORT).run();
app
.loglevel(crow::LogLevel::Warning)
.port(SERVICE_PORT)
.run();
}

0 comments on commit aae416c

Please sign in to comment.