Skip to content

Commit bfe067a

Browse files
authored
Merge pull request #3 from BrewBlox/develop
Edge release
2 parents 57f9bc7 + aae416c commit bfe067a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,8 @@ int main()
245245

246246
// Only use a single thread to handle requests
247247
// The discovery endpoint is not thread-safe
248-
app.port(SERVICE_PORT).run();
248+
app
249+
.loglevel(crow::LogLevel::Warning)
250+
.port(SERVICE_PORT)
251+
.run();
249252
}

0 commit comments

Comments
 (0)