Skip to content

Commit

Permalink
SUPPORT-1149: Added null handler for deprecation warnings in production
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Aug 3, 2023
1 parent b8ee34d commit 233c714
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ See [keep a changelog](https://keepachangelog.com/en/1.0.0/) for information abo

- Added acceptConflict field to resource.
- Added tests for acceptConflict.
- Ignore deprecation warnings in production.

### Changed

- Modified create booking code to allow conflicts if resource.acceptConflict is true.

## [1.0.4] - 2023-05-03

### Added

Added auto restart to queue container.

## [1.0.3] - 2023-04-20

### Changed
Expand Down
3 changes: 3 additions & 0 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ when@test:
when@prod:
monolog:
handlers:
deprecation:
type: "null"
channels: [deprecation]
main:
type: fingers_crossed
action_level: error
Expand Down

0 comments on commit 233c714

Please sign in to comment.