Skip to content

Commit c8b9ea4

Browse files
fix: change session start log level (#9221)
* Change session start log level * Added changelog Signed-off-by: Wolf Wortmann <[email protected]> * Remove PR number from changelog Co-authored-by: Michal Sniatala <[email protected]> --------- Signed-off-by: Wolf Wortmann <[email protected]> Co-authored-by: Michal Sniatala <[email protected]>
1 parent 118c2c4 commit c8b9ea4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

system/Session/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function start()
258258
}
259259

260260
$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.");
262262

263263
return $this;
264264
}

user_guide_src/source/changelogs/v4.5.6.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Deprecations
2929
**********
3030
Bugs Fixed
3131
**********
32+
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
3233

3334
See the repo's
3435
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)