Skip to content

Commit 3004ec6

Browse files
committed
updated default value
1 parent f208a60 commit 3004ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var DefaultConfig = Config{
5555
},
5656

5757
// Setting LogLevel to "info" by default. Set to "debug" to get application insight logs (creates a listener that outputs diagnosticMessageWriter logs).
58-
LogLevel: "debug",
58+
LogLevel: "info",
5959
}
6060

6161
type GrpcServerConfig struct {

0 commit comments

Comments
 (0)