Explorar o código

more nginx tracing

Tobias von Dewitz %!s(int64=6) %!d(string=hai) anos
pai
achega
b6a8f5c11e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      main.go

+ 4 - 0
main.go

@@ -288,6 +288,10 @@ func nginxLogCapture(logfile, format string) {
 
 		xff, err := logEntry.Field("http_x_forwarded_for")
 		if err != nil && xff != "" {
+			if config.Trace {
+				log.Printf("Using XFF: %s\n", xff)
+			}
+
 			remote = xff
 		}