mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
core logs version on startup
This commit is contained in:
@@ -22,6 +22,7 @@ type ResponseResult<T> = Result<T, (StatusCode, String)>;
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
let (config, spa_router) = config::load();
|
||||
|
||||
println!("version: v{}", env!("CARGO_PKG_VERSION"));
|
||||
println!("starting monitor core on port {}...", config.port);
|
||||
|
||||
let app = Router::new()
|
||||
|
||||
Reference in New Issue
Block a user