Skip to content

Commit

Permalink
fix: log message (test to trigger create PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Apr 17, 2024
1 parent baefdc3 commit 3a75709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command-interface/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export class CommandInterface implements CommandInterfaceServiceImplementation {
}
}
} catch (err) {
this.logger.error('Error flushing cache', { code: err.code, message: err.message, stack: err.stack });
this.logger.error('Error flushing Redis Cache', { code: err.code, message: err.message, stack: err.stack });
response = err.message;
}
await this.commandTopic.emit('flushCacheResponse', {
Expand Down

0 comments on commit 3a75709

Please sign in to comment.