This commit is contained in:
Philipp Kern 2024-05-07 16:58:56 +00:00 committed by GitHub
commit ca51679106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func LogEntryFields(entry *LogEntry) logrus.Fields {
"response_reason": entry.ResponseReason,
"response_type": entry.ResponseType,
"response_code": entry.ResponseCode,
"question_name": entry.QuestionName,
"question_name": util.Obfuscate(entry.QuestionName),
"question_type": entry.QuestionType,
"answer": entry.Answer,
"duration_ms": entry.DurationMs,