mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
[project-history] fix name for error in logging statement (#23110)
Only the err/error fields will use the Error serializer and emit all the OError details into the log. GitOrigin-RevId: 4b0e16c00be5ea7c0aea747f49b46897ebd100cc
This commit is contained in:
@@ -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'
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user