mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge branch 'metaworx-feature-use-class-names-for-log-targets' into develop
This commit is contained in:
commit
380fbd6798
@ -1,6 +1,10 @@
|
||||
HumHub Changelog (DEVELOP)
|
||||
==========================
|
||||
|
||||
1.14.0-beta.3 (Develop)
|
||||
------------------------------
|
||||
- Fix #6196: Use class names for default logging targets in default common config
|
||||
|
||||
1.14.0-beta.2 (March 28, 2023)
|
||||
------------------------------
|
||||
- Enh #6173: Theme variables `background-color-highlight` and `background-color-highlight-soft`
|
||||
|
@ -54,7 +54,7 @@ $config = [
|
||||
'log' => [
|
||||
'traceLevel' => YII_DEBUG ? 3 : 0,
|
||||
'targets' => [
|
||||
[
|
||||
\yii\log\FileTarget::class => [
|
||||
'class' => \yii\log\FileTarget::class,
|
||||
'levels' => ['error', 'warning'],
|
||||
'except' => [
|
||||
@ -64,7 +64,7 @@ $config = [
|
||||
],
|
||||
'logVars' => ['_GET', '_SERVER'],
|
||||
],
|
||||
[
|
||||
\yii\log\DbTarget::class =>[
|
||||
'class' => \yii\log\DbTarget::class,
|
||||
'levels' => ['error', 'warning'],
|
||||
'except' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user