remove error log reporting from backend

This commit is contained in:
Keagan McClelland
2022-02-10 13:02:28 -07:00
parent 7ac139c856
commit cdaf57713f
9 changed files with 11 additions and 192 deletions

View File

@@ -195,7 +195,7 @@ fn main() {
)
.get_matches();
EmbassyLogger::no_sharing();
EmbassyLogger::init();
let cfg_path = matches.value_of("config");
let res = {