Skip to content

Commit

Permalink
change default logger to console
Browse files Browse the repository at this point in the history
  • Loading branch information
vovatrykoz committed Nov 22, 2024
1 parent e4d0e72 commit ab42841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/executable/main_Tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main(int argc, char* argv[]) {
case 1:
// default to console if the user has not provided any input
inputReader =
setup::getTaskReaderFromType(setup::SupportedTaskReader::Text);
setup::getTaskReaderFromType(setup::SupportedTaskReader::Console);
logger = setup::getLoggerFromType(setup::SupportedLogger::SimplifiedConsole);
break;

Expand Down

0 comments on commit ab42841

Please sign in to comment.