File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ public function start()
258
258
}
259
259
260
260
$ this ->initVars ();
261
- $ this ->logger ->info ("Session: Class initialized using ' " . $ this ->config ->driver . "' driver. " );
261
+ $ this ->logger ->debug ("Session: Class initialized using ' " . $ this ->config ->driver . "' driver. " );
262
262
263
263
return $ this ;
264
264
}
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Deprecations
29
29
**********
30
30
Bugs Fixed
31
31
**********
32
+ - **Session Library: ** The session initialization debug message now uses the correct log type "debug" instead of "info".
32
33
33
34
See the repo's
34
35
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
You can’t perform that action at this time.
0 commit comments