chore(p2p): make commands easier to copy-paste (#3273)

chore(p2p): make box easier to copy-paste

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-08-19 19:58:17 +02:00 committed by GitHub
parent bb6d06f0d1
commit 73c9b3598d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 21 deletions

View file

@ -379,7 +379,7 @@ func newNodeOpts(token string) ([]node.Option, error) {
}
libp2ploglevel := os.Getenv("LOCALAI_LIBP2P_LOGLEVEL")
if libp2ploglevel == "" {
libp2ploglevel = "info"
libp2ploglevel = "fatal"
}
c := config.Config{
Limit: config.ResourceLimit{