Custom pv_recorder git repo (reverted)

This commit is contained in:
Priler 2025-12-12 01:36:39 +05:00
parent 1a146e9505
commit 76aca1e34a
7 changed files with 51 additions and 466 deletions

View file

@ -13,8 +13,8 @@ pub fn init_logging() -> Result<(), String> {
))
.size(1 * 100)
.roll_count(10)
.time_format("%Y-%m-%d %H:%M:%S.%f") //E.g:%H:%M:%S.%f
.level("debug")
.time_format("%Y-%m-%d %H:%M:%S.%f")
.level("debug")?
.output_file()
.output_console()
.build();