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
Describe the bug
I've noticed that we have a Logs collector for showing logs in the toolbar. But there are no logs shown in the toolbar. Even the Logs tab is not shown. I've even triggered an exception to be logged just to test this log collector but still no tab is visible. I've verified in the debugbar JSON file that Logs is included in the collectors.
Config\Toolbar has Logs collector active Config\Logger has $threshold of 4
debugbar.json has this content for Logs before and after an exception:
Describe the bug
I've noticed that we have a Logs collector for showing logs in the toolbar. But there are no logs shown in the toolbar. Even the Logs tab is not shown. I've even triggered an exception to be logged just to test this log collector but still no tab is visible. I've verified in the debugbar JSON file that Logs is included in the collectors.
Config\Toolbar
has Logs collector activeConfig\Logger
has$threshold
of 4debugbar.json has this content for Logs before and after an exception:
CodeIgniter 4 version
Probably all versions
Affected module(s)
Toolbar, or Logs collector
Expected behavior, and steps to reproduce if appropriate
The
Logs
will appear as a tab in the Toolbar with the logs there.Actual behavior
No signs of
Logs
tabContext
The text was updated successfully, but these errors were encountered: