bug fixes
This commit is contained in:
parent
7a94058e36
commit
089af00d4a
@ -171,7 +171,7 @@ impl Endpoint {
|
||||
|
||||
match res {
|
||||
Ok(conn) => {
|
||||
log::info!("[connection] established");
|
||||
log::info!("[connection] connection established");
|
||||
tokio::spawn(conn.clone().init(
|
||||
self.heartbeat,
|
||||
self.gc_interval,
|
||||
|
@ -32,6 +32,7 @@ async fn main() {
|
||||
LoggerBuilder::new()
|
||||
.filter_level(cfg.log_level)
|
||||
.format_module_path(false)
|
||||
.format_target(false)
|
||||
.init();
|
||||
|
||||
match Endpoint::set_config(cfg.relay) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user