log: test log

This commit is contained in:
Luna Yao
2026-04-06 15:55:05 +02:00
parent 847e82ff8c
commit ddbfe76932
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -350,8 +350,8 @@ thunk-rs = { git = "https://github.com/easytier/thunk.git", default-features = f
serial_test = "3.0.0"
rstest = "0.25.0"
futures-util = "0.3.31"
maplit = "1.0.2"
tempfile = "3.22.0"
ctor = "0.8.0"
[target.'cfg(target_os = "linux")'.dev-dependencies]
defguard_wireguard_rs = "0.4.2"
+1
View File
@@ -277,6 +277,7 @@ pub mod tests {
use super::*;
use crate::common::config::{self};
#[ctor::ctor]
pub fn init() {
let _ = Registry::default()
.with(console_layers(LevelFilter::DEBUG).unwrap())