File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,14 @@ async fn main() -> anyhow::Result<()> {
65
65
APP_NAME ,
66
66
tracing_target,
67
67
) ;
68
- stackable_operator:: utils:: print_startup_string (
69
- crate_description ! ( ) ,
70
- crate_version ! ( ) ,
71
- built_info:: GIT_VERSION ,
72
- built_info:: TARGET ,
73
- built_info:: BUILT_TIME_UTC ,
74
- built_info:: RUSTC_VERSION ,
68
+ tracing:: info!(
69
+ pkg. version = crate_version!( ) ,
70
+ built_info. git_version = built_info:: GIT_VERSION ,
71
+ built_info. target = built_info:: TARGET ,
72
+ built_info. built_time_utc = built_info:: BUILT_TIME_UTC ,
73
+ built_info. rustc_version = built_info:: RUSTC_VERSION ,
74
+ "Starting {description}" ,
75
+ description = crate_description!( )
75
76
) ;
76
77
let product_config = product_config. load ( & [
77
78
"deploy/config-spec/properties.yaml" ,
You can’t perform that action at this time.
0 commit comments