-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAYOSWXP-120: notification targets: log notification target responses…
… to logfile (#290) * PAYOSWXP-120: notification targets: log notification target responses to logfile * PAYOSWXP-120: Delete the commented service from xml * PAYOSWXP-120: Addresses ECS issues and reverts the changes made in PAYOSWXP-121 (I created a separate branch for this). * PAYOSWXP-120: notification forwarding: use correct logger registration --------- Co-authored-by: Frederik Rommel <[email protected]>
- Loading branch information
1 parent
74024dd
commit 6b46c16
Showing
4 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
monolog: | ||
channels: [ "payone_transaction_forward" ] | ||
|
||
handlers: | ||
payoneTransactionForwardLogger: | ||
type: rotating_file | ||
path: "%kernel.logs_dir%/payone_transaction_forward.log" | ||
level: info | ||
channels: [ "payone_transaction_forward" ] |