mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-05 15:22:29 -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:
@@ -13,10 +13,10 @@ use crate::recording;
|
||||
use crate::schema;
|
||||
use failure::Error;
|
||||
use fnv::{FnvHashMap, FnvHashSet};
|
||||
use log::{error, info, warn};
|
||||
use nix::fcntl::AtFlags;
|
||||
use rusqlite::params;
|
||||
use std::os::unix::io::AsRawFd;
|
||||
use tracing::{error, info, warn};
|
||||
|
||||
pub struct Options {
|
||||
pub compare_lens: bool,
|
||||
|
||||
Reference in New Issue
Block a user