kirby-logger icon indicating copy to clipboard operation
kirby-logger copied to clipboard

Add a logger to your Kirby3 website

Results 7 kirby-logger issues
Sort by recently updated
recently updated
newest added

Allow role based permission using the user.yml. Activate plugin using: michnhokn.logger: access: true

``` ➜ composer require michnhokn/kirby-logger In PackageDiscoveryTrait.php line 376: Could not find a matching version of package michnhokn/kirby-logger. Check the package spelling, your version constraint and that the package is...

I just put the dump() function at the end of the log() function and output the $log variable. To see if an event arrives at all. Since my database remains...

Hey there, when logging out, I get this message: `Call to a member function email() on null`. Commenting out Line 159 inside `classes/Logger.php` makes this error go away, see https://github.com/michnhokn/kirby3-logger/blob/main/classes/Logger.php#L159...

bug

hi everyone, pretty short and simple problem: nothing is happening :) the log is completely empty. i am working on localhost and might try it later on the server, but...

I have an extra tab where I do put my website settings (base SEO metas, etc), however everytime I save or change the site name I get this modal with...

I would like to propose to make the sorting order of entries in the panel view **descending by default.** That would help a lot if you just want to have...