mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
remove error log reporting from backend
This commit is contained in:
@@ -20,7 +20,7 @@ fn inner_main() -> Result<(), Error> {
|
||||
.arg(Arg::with_name("host").long("host").short("h").takes_value(true))
|
||||
.arg(Arg::with_name("proxy").long("proxy").short("p").takes_value(true)),
|
||||
context: matches => {
|
||||
EmbassyLogger::no_sharing();
|
||||
EmbassyLogger::init();
|
||||
CliContext::init(matches)?
|
||||
},
|
||||
exit: |e: RpcError| {
|
||||
|
||||
@@ -195,7 +195,7 @@ fn main() {
|
||||
)
|
||||
.get_matches();
|
||||
|
||||
EmbassyLogger::no_sharing();
|
||||
EmbassyLogger::init();
|
||||
|
||||
let cfg_path = matches.value_of("config");
|
||||
let res = {
|
||||
|
||||
@@ -17,7 +17,7 @@ fn inner_main() -> Result<(), Error> {
|
||||
.takes_value(true),
|
||||
),
|
||||
context: matches => {
|
||||
EmbassyLogger::no_sharing();
|
||||
EmbassyLogger::init();
|
||||
SdkContext::init(matches)?
|
||||
},
|
||||
exit: |e: RpcError| {
|
||||
|
||||
Reference in New Issue
Block a user