-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync release-2.0.5 from other repository
Added better logging that at least allows to see the plugin that failed. https://www.wrike.com/open.htm?id=1196808267
- Loading branch information
1 parent
23a49b3
commit a407459
Showing
4 changed files
with
27 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
monolog: | ||
channels: ['nosto_scheduler'] | ||
|
||
handlers: | ||
myPluginLogHandler: | ||
type: rotating_file | ||
path: "%kernel.logs_dir%/nosto_scheduler_%kernel.environment%.log" | ||
level: error | ||
channels: [ "nosto_scheduler" ] |
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