Skip to content

Commit 42e38a7

Browse files
committed
update hodconfig.yml to info and remove fake client
1 parent 5c8cdad commit 42e38a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: hodconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ profile:
2424
httpPort: 8080
2525

2626
output:
27-
logLevel: error
27+
logLevel: info

Diff for: main.go

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func main() {
100100
}
101101
}()
102102

103-
go authenticateWithGRPC()
104103
select {}
105104
cancel()
106105
}

0 commit comments

Comments
 (0)