rhit 2.0.4

nginx log " analyzer
Documentation
1
2
3
4
5
6
7
8
#[macro_use] extern crate cli_log;

fn main() -> Result<(), rhit::RhitError> {
    init_cli_log!();
    rhit::run()?;
    info!("bye");
    Ok(())
}