File tree 2 files changed +5
-1
lines changed
apps/desktop/src-tauri/src
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ use cap_desktop::DynLoggingLayer;
7
7
use tracing_subscriber:: { layer:: SubscriberExt , util:: SubscriberInitExt } ;
8
8
9
9
fn main ( ) {
10
+ unsafe {
11
+ std:: env:: set_var ( "RUST_LOG" , "trace" ) ;
12
+ }
13
+
10
14
// We have to hold onto the ClientInitGuard until the very end
11
15
let _guard = std:: option_env!( "CAP_DESKTOP_SENTRY_URL" ) . map ( |url| {
12
16
sentry:: init ( (
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive"] }
30
30
specta.workspace = true
31
31
tempfile = " 3.12.0"
32
32
thiserror.workspace = true
33
- tracing = { workspace = true , features = [ " release_max_level_info " ] }
33
+ tracing = { workspace = true }
34
34
futures = " 0.3.31"
35
35
axum = { version = " 0.7.9" , features = [" macros" , " ws" ] }
36
36
tokio.workspace = true
You can’t perform that action at this time.
0 commit comments