feat(common): init_tracing -> journald (A10) + re-exports

journald на Linux, stderr-fallback иначе (cfg-gate).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 11:56:52 +03:00
parent 70045e2544
commit e8576a0196
2 changed files with 44 additions and 2 deletions
+4 -1
View File
@@ -6,4 +6,7 @@ pub mod clock;
pub mod log;
pub mod paths;
// re-export для эргономики добавляется в Task 5, когда все символы определены.
pub use atomic::{tmp_path, write_atomic};
pub use clock::monotonic_secs;
pub use log::init_tracing;
pub use paths::Layout;