Skip to content

Commit

Permalink
Merge pull request #101 from itk-dev/feature/support-1149-ignore-depr…
Browse files Browse the repository at this point in the history
…ecations-in-production

SUPPORT-1149: Added null handler for deprecation warnings in production
  • Loading branch information
tuj authored Aug 3, 2023
2 parents b8ee34d + 233c714 commit ed7d7bd
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 ed7d7bd

Please sign in to comment.