Print version on startup
This commit is contained in:
parent
c473070fd4
commit
cc252d1349
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ async fn main() -> std::io::Result<()> {
|
||||||
.expect("failed to created media directory");
|
.expect("failed to created media directory");
|
||||||
}
|
}
|
||||||
log::info!(
|
log::info!(
|
||||||
"app initialized; environment = '{:?}'",
|
"app initialized; version {}, environment = '{:?}'",
|
||||||
|
config.version,
|
||||||
config.environment,
|
config.environment,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue