Merge branch 'hotfix/logging'
This commit is contained in:
commit
e5390f6be8
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.3.11] - 2022-05-21
|
||||||
|
### Changed
|
||||||
|
- File logging handler to not propagate
|
||||||
|
|
||||||
## [1.3.10] - 2022-05-21
|
## [1.3.10] - 2022-05-21
|
||||||
### Added
|
### Added
|
||||||
- Tests for almost all storefront views, exposing a couple of inconsistencies
|
- Tests for almost all storefront views, exposing a couple of inconsistencies
|
||||||
|
|||||||
@ -226,7 +226,7 @@ LOGGING = {
|
|||||||
'django.file': {
|
'django.file': {
|
||||||
'handlers': ['file'],
|
'handlers': ['file'],
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'propagate': True,
|
'propagate': False,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user