add logging
This commit is contained in:
@ -6,5 +6,6 @@ mod rest;
|
||||
|
||||
#[launch]
|
||||
async fn rocket() -> _ {
|
||||
env_logger::init();
|
||||
rest::start().await
|
||||
}
|
||||
|
Reference in New Issue
Block a user