Ver Fonte

more nginx tracing

Tobias von Dewitz há 6 anos atrás
pai
commit
b6a8f5c11e
1 ficheiros alterados com 4 adições e 0 exclusões
  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
 		}