Browse Source

Fix: ffbcfd78 dropped tunnel_error entirely

Rod Hynes 5 years ago
parent
commit
9265b23059
1 changed files with 1 additions and 0 deletions
  1. 1 0
      psiphon/server/api.go

+ 1 - 0
psiphon/server/api.go

@@ -1079,6 +1079,7 @@ func getRequestLogFields(
 				if index != -1 {
 					strValue = strValue[:index+len(target)] + "<redacted>"
 				}
+				logFields[expectedParam.name] = strValue
 
 			default:
 				if expectedParam.flags&requestParamLogStringAsInt != 0 {