mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 06:35:58 -05:00
switch from log to tracing
I think this is a big improvement in readability. I removed the `lnav` config, which is a little sad, but I don't think it supports this structured logging format well. Still seems worthwhile on balance.
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
use crate::db;
|
||||
use failure::{bail, Error};
|
||||
use log::info;
|
||||
use nix::NixPath;
|
||||
use rusqlite::params;
|
||||
use std::ffi::CStr;
|
||||
use std::io::Write;
|
||||
use tracing::info;
|
||||
use uuid::Uuid;
|
||||
|
||||
mod v0_to_v1;
|
||||
|
||||
Reference in New Issue
Block a user