Przeglądaj źródła

Prevent pump.io from logging as a crude way to stop plaintext passwords

Bob Mottram 11 lat temu
rodzic
commit
9c34913125
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt Wyświetl plik

@@ -4404,7 +4404,7 @@ Add the following, replacing /mypumpiodomainname.com/ with your domain name.
4404 4404
     "urlPort": 443,
4405 4405
     "hostname":  "mypumpiodomainname.com",
4406 4406
     "address":  "localhost",
4407
-    "nologger":  false,
4407
+    "nologger":  true,
4408 4408
     "serverUser":  "pumpio",
4409 4409
 	"rejectUnauthorized": false,
4410 4410
     "key":  "/var/local/pump.io/keys/mypumpiodomainname.com.key",
@@ -4412,7 +4412,7 @@ Add the following, replacing /mypumpiodomainname.com/ with your domain name.
4412 4412
     "uploaddir": "/var/local/pump.io/uploads",
4413 4413
     "debugClient": false,
4414 4414
     "firehose": "ofirehose.example",
4415
-	"logfile": "/var/local/pump.io/pump.io.log",
4415
+	"logfile": "/dev/null",
4416 4416
     "disableRegistration": false
4417 4417
 }
4418 4418
 #+END_SRC