reorganize

This commit is contained in:
Aleksey Kladov 2018-08-11 01:04:09 +03:00
parent 9863b9161d
commit f99551f46b
16 changed files with 159 additions and 3814 deletions

View file

@ -39,7 +39,7 @@ use ::{
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
fn main() -> Result<()> {
Logger::with_env_or_str("m=trace, libanalysis=trace")
Logger::with_env()
.log_to_file()
.directory("log")
.start()?;