Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 10, 2024
1 parent ae9fead commit 8d3584b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mantis/node/src/bin/mantis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ use mantis_node::{
#[tokio::main]
async fn main() {
let args = MantisArgs::parsed();

env_logger::init();

match &args.command {
MantisCommands::Solve(x) => solve_orders(x).await,
MantisCommands::Simulate(x) => {
Expand Down

0 comments on commit 8d3584b

Please sign in to comment.