Selaa lähdekoodia

Update the rights to the log file

Brendan Abolivier 7 vuotta sitten
vanhempi
commit
d7dd74bb1a
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/metrics-alerting/log.go

+ 1
- 1
src/metrics-alerting/log.go Näytä tiedosto

@@ -19,7 +19,7 @@ func logConfig() error {
19 19
 	var disableColors = false
20 20
 
21 21
 	if len(*logFile) > 0 {
22
-		f, err := os.OpenFile(*logFile, os.O_WRONLY|os.O_CREATE, 0755)
22
+		f, err := os.OpenFile(*logFile, os.O_WRONLY|os.O_CREATE, 0655)
23 23
 		if err != nil {
24 24
 			return err
25 25
 		}