Skip to content

Commit

Permalink
Merge pull request #58 from ministryofjustice/add-namespace-to-modsec…
Browse files Browse the repository at this point in the history
…-logs

chore: 🤖 fix malformed json logs
  • Loading branch information
poornima-krishnasamy authored Apr 12, 2023
2 parents f74f741 + 2cb2162 commit a57e736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ controller:
"ssl_session_id": "$ssl_session_id",
"status": $status,
"upstream_addr": "$upstream_addr",
"upstream_response_length": $upstream_response_length,
"upstream_response_time": $upstream_response_time,
"upstream_status": $upstream_status
"upstream_response_length": "$upstream_response_length",
"upstream_response_time": "$upstream_response_time",
"upstream_status": "$upstream_status"
}

publishService:
Expand Down

0 comments on commit a57e736

Please sign in to comment.