Skip to content

Sebobo/Shel.Neos.Logs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Log file and exception viewer for Neos CMS

Latest Stable Version Total Downloads License

This package provides a new module in the NeosCMS backend to view logs and exceptions of a Neos instance.

Usually it's recommended to use other, more powerful tools for this use case like Sentry or Kibana, but there are cases in which those tools cannot be used.

This package was built to help in situations where one has to quickly investigate something, e.g. to understand an error the client had with their site.

Installation

Run this in your site package:

composer require --no-update shel/neos-logs

Then run composer update in your project root.

Usage

After the installation, you will have a new backend module in Neos - available only for administrators - that will allow you to view all local log and exception files.

Lines in the logfiles can be filtered by their level. You can also change the number of lines that should be visible.

Examples

Overview screen:

Overview

Viewing a logfile

Logfile

Contributions

Contributions are very welcome!

Please create detailed issues and PRs.

If you use this package and want to support or speed up its development, get in touch with me.

Or you can also support me directly via patreon.

License

See License