Skip to content

Commit

Permalink
Fixed graylog log value
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jun 15, 2023
1 parent 99fe16b commit d59eb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imap-core/lib/commands/delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {

let logdata = {
short_message: '[DELETE]',
_mail_action: 'create',
_mail_action: 'delete',
_path: path,
_user: this.session.user.id.toString(),
_sess: this.id
Expand Down
2 changes: 1 addition & 1 deletion imap-core/lib/commands/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {

let logdata = {
short_message: '[RENAME]',
_mail_action: 'create',
_mail_action: 'rename',
_path: path,
_destination: newname,
_user: this.session.user.id.toString(),
Expand Down

0 comments on commit d59eb00

Please sign in to comment.