Skip to content

Commit 7c37978

Browse files
committed
Default to info for loglevel
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 6a872e8 commit 7c37978

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)