Skip to content

Commit 2b3fd0c

Browse files
authored
Removed set severity because it is now set by the LogLevel in the logger script
1 parent 86e6b72 commit 2b3fd0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ inline void tcp_setup(Client &client) {
9494
}
9595

9696
int main(int argc, char *argv[]) {
97-
Logger::set_severity(5);
9897
Logger::log("Starting Bot", LogLevel::Level::INFO);
9998

10099
// load envfile, default path is ./config.env
@@ -157,4 +156,4 @@ int main(int argc, char *argv[]) {
157156

158157
Logger::log("Shutting Down...", LogLevel::Level::INFO);
159158
return 0;
160-
}
159+
}

0 commit comments

Comments
 (0)