Skip to content

Commit

Permalink
fix: change session start log level (#9221)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
element-code and michalsn authored Oct 15, 2024
1 parent 118c2c4 commit c8b9ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function start()
}

$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;
}
Expand Down
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.5.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
Expand Down

0 comments on commit c8b9ea4

Please sign in to comment.