You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After change threshold in Config/Logger.php to 9, and log somethink in app Toolbar Logs tab is empty.
Propably array with logs is not returned in collector.
In system/Debug/Toolbar/Collectors/Logs.php in Logs class property $data is set fine, it's array with logs. But method collectLogs() not returning array and it's required in method display().
CodeIgniter 4 version
CodeIgniter4 alpha4
Affected module(s)
Toolbar, Logging
Expected behavior, and steps to reproduce if appropriate
Change Config/Logger.php threshold to 9.
Add simple log by log_message().
See in toolbar Logs tab.
Context
OS: Windows 7
Web server XAMPP
PHP version 7.2.4
The text was updated successfully, but these errors were encountered:
name: Toolbar not displaying logs in Logs tab
After change threshold in Config/Logger.php to 9, and log somethink in app Toolbar Logs tab is empty.
Propably array with logs is not returned in collector.
In system/Debug/Toolbar/Collectors/Logs.php in Logs class property $data is set fine, it's array with logs. But method collectLogs() not returning array and it's required in method display().
CodeIgniter 4 version
CodeIgniter4 alpha4
Affected module(s)
Toolbar, Logging
Expected behavior, and steps to reproduce if appropriate
Change Config/Logger.php threshold to 9.
Add simple log by log_message().
See in toolbar Logs tab.
Context
The text was updated successfully, but these errors were encountered: