add: some printing
This commit is contained in:
@@ -30,7 +30,7 @@ pub async fn start_app(args: crate::args::Args, config: crate::conf::Config) ->
|
||||
}));
|
||||
|
||||
println!(
|
||||
"\x1b[32mINF\x1b[0m: Trying to listen on {:?}",
|
||||
"\x1b[34mINF\x1b[0m: Trying to listen on \x1b[35m{:?}\x1b[0m",
|
||||
app.config.server.listen
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user