Add more logging

This commit is contained in:
Harrison Burt 2022-03-30 21:56:40 +01:00
parent eb2d621c4c
commit 6ea3c9b113
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@ async fn main() -> Result<()> {
"serving requests @ http://{}",
&bind,
);
info!(
"Image handling @ http://{}/{}",
&bind,
format!("v1{}", serving_path),
);
info!("GitHub: https://github.com/chillfish8/lust");
info!("To ask questions visit: https://github.com/chillfish8/lust/discussions");
info!(