feat(zlog)!: JSON formatted logging #1

Manually merged
bitsyndicate merged 4 commits from zlog-json into main 2025-04-20 18:26:17 +00:00
Showing only changes of commit cb806fedfa - Show all commits

View file

@ -93,10 +93,6 @@ fn test_logger_sequential_consistency() {
assert_eq!(counts.len(), 4096 * 128, "Found duplicate log entries");
}
struct LogJsonStructure {
}
#[test]
fn test_logger_sequential_consistency_json() {
use std::sync::atomic::{AtomicUsize, Ordering};