Skip to content

Commit

Permalink
Fix typo (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim authored Sep 8, 2020
1 parent dc860f3 commit 4a85ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/feast/common/logging/AuditLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private static void log(Level level, AuditLogEntry entry) {
fluentdLogs.put("service", messageAuditLogEntry.getService());
fluentdLogs.put("status_code", messageAuditLogEntry.getStatusCode());
fluentdLogs.put("method", messageAuditLogEntry.getMethod());
fluentdLogs.put("release_tag", releaseName);
fluentdLogs.put("release_name", releaseName);
try {
fluentdLogs.put("request", JsonFormat.printer().print(messageAuditLogEntry.getRequest()));
fluentdLogs.put(
Expand Down

0 comments on commit 4a85ecd

Please sign in to comment.