mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 21:40:52 -04:00
Bump CI4 to 4.4.8
- Merged changed files since 4.4.8 - Fixed Breaking changes Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@ class Exceptions extends BaseConfig
|
||||
* --------------------------------------------------------------------------
|
||||
* Any status codes here will NOT be logged if logging is turned on.
|
||||
* By default, only 404 (Page Not Found) exceptions are ignored.
|
||||
*
|
||||
* @var list<int>
|
||||
*/
|
||||
public array $ignoreCodes = [404];
|
||||
|
||||
@@ -51,6 +53,8 @@ class Exceptions extends BaseConfig
|
||||
* Any data that you would like to hide from the debug trace.
|
||||
* In order to specify 2 levels, use "/" to separate.
|
||||
* ex. ['server', 'setup/password', 'secret_token']
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
public array $sensitiveDataInTrace = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user