mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 15:53:30 +03:00
log app name on start
This commit is contained in:
parent
d76d63b8ff
commit
7d2dbb1b8a
@ -84,7 +84,7 @@ fn main() {
|
||||
|
||||
logs::init(&app_handle);
|
||||
|
||||
tracing::info!("Starting app");
|
||||
tracing::info!(version = %app_handle.package_info().version, name = %app_handle.package_info().name, "starting app");
|
||||
|
||||
let analytics_cfg = if cfg!(debug_assertions) {
|
||||
analytics::Config {
|
||||
|
Loading…
Reference in New Issue
Block a user