mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 19:39:46 +00:00
Log the working directory
This commit is contained in:
parent
f323c85276
commit
fc74d27991
@ -163,6 +163,9 @@ async fn main() {
|
||||
.start().expect("Cannot start logging");
|
||||
|
||||
info!("Starting MindWork AI Studio:");
|
||||
let working_directory = std::env::current_dir().unwrap();
|
||||
info!(".. The working directory is: '{working_directory:?}'");
|
||||
|
||||
info!(".. Version: v{app_version} (commit {app_commit_hash}, build {build_number})");
|
||||
info!(".. Build time: {build_time}");
|
||||
info!(".. .NET SDK: v{dotnet_sdk_version}");
|
||||
|
Loading…
Reference in New Issue
Block a user