mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
fix: change session start log level (#9221)
* Change session start log level * Added changelog Signed-off-by: Wolf Wortmann <7399618+element-code@users.noreply.github.com> * Remove PR number from changelog Co-authored-by: Michal Sniatala <michal@sniatala.pl> --------- Signed-off-by: Wolf Wortmann <7399618+element-code@users.noreply.github.com> Co-authored-by: Michal Sniatala <michal@sniatala.pl>
This commit is contained in:
parent
118c2c48ab
commit
c8b9ea48eb
@ -258,7 +258,7 @@ class Session implements SessionInterface
|
||||
}
|
||||
|
||||
$this->initVars();
|
||||
$this->logger->info("Session: Class initialized using '" . $this->config->driver . "' driver.");
|
||||
$this->logger->debug("Session: Class initialized using '" . $this->config->driver . "' driver.");
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
@ -29,6 +29,7 @@ Deprecations
|
||||
**********
|
||||
Bugs Fixed
|
||||
**********
|
||||
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
|
||||
|
||||
See the repo's
|
||||
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
|
||||
|
Loading…
x
Reference in New Issue
Block a user