Skip to content

Commit 6d1bf99

Browse files
committed
Default to info for loglevel
1 parent 7784703 commit 6d1bf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/p2p/p2p.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func newNodeOpts(token string) ([]node.Option, error) {
349349

350350
loglevel := os.Getenv("LOCALAI_P2P_LOGLEVEL")
351351
if loglevel == "" {
352-
loglevel = "debug"
352+
loglevel = "info"
353353
}
354354

355355
c := config.Config{

0 commit comments

Comments
 (0)