Custom pv_recorder git repo (reverted)
This commit is contained in:
parent
b2fcc900dd
commit
a445b8984b
7 changed files with 51 additions and 466 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue