diff --git a/services/project-history/app/js/FlushManager.js b/services/project-history/app/js/FlushManager.js index 8c1870bcb5..6df3b20a87 100644 --- a/services/project-history/app/js/FlushManager.js +++ b/services/project-history/app/js/FlushManager.js @@ -106,7 +106,7 @@ export function flushOldOps(options, callback) { return flushIfOld(projectId, cutoffTime, function (err) { if (err != null) { logger.warn( - { projectId, flushErr: err }, + { projectId, err }, 'error flushing old project' ) }