Skip to content

Commit

Permalink
Add Shell to LogCronjobToFields, fix #32 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Feb 25, 2023
1 parent d907b4b commit 7b4752e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ func LogCronjobToFields(cronjob CrontabEntry) log.Fields {
"user": cronjob.User,
"command": cronjob.Command,
"crontab": cronjob.CrontabPath,
"shell": cronjob.Shell,
}
}

0 comments on commit 7b4752e

Please sign in to comment.