Logger plugin by Zedox, the activity of login recorded as a Default event

Hi There,
Today I've installed the logger plugin into my project and CRUD operatsion on resources were recorded successfully, but the Login event is recorded as Default and updated. Any idea, what would be the issue?

This is my route for login:

Route::redirect('/laravel/login', '/login')->name('login');


and the Panel is like this:

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->default()
            ->id('admin')
            ->path('')
            ->login()
282497813-9d0b487f-084b-4ff4-83f6-8e80e39dad94.png
Was this page helpful?