We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1136fa0 commit 07f895eCopy full SHA for 07f895e
2 files changed
app/Config/Logger.php
@@ -65,7 +65,7 @@ class Logger extends BaseConfig
65
* **NOTE:** This **DOES NOT** include any data that has been marked as hidden
66
* using the `setHidden()` method of the Context class.
67
*/
68
- public bool $logGlobalContext = true;
+ public bool $logGlobalContext = false;
69
70
/**
71
* --------------------------------------------------------------------------
system/Log/Logger.php
@@ -121,7 +121,7 @@ class Logger implements LoggerInterface
121
*
122
* @var bool
123
124
- protected bool $logGlobalContext = true;
+ protected bool $logGlobalContext = false;
125
126
127
* Constructor.
0 commit comments