Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebobo/shel.neos.logs
https://github.com/sebobo/shel.neos.logs
hacktoberfest logfiles logging neos-cms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebobo/shel.neos.logs
- Owner: Sebobo
- License: gpl-3.0
- Created: 2019-12-19T09:04:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:40:45.000Z (8 months ago)
- Last Synced: 2024-10-31T13:33:35.692Z (3 months ago)
- Topics: hacktoberfest, logfiles, logging, neos-cms
- Language: PHP
- Homepage:
- Size: 397 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Log file and exception viewer for Neos CMS
[![Latest Stable Version](https://poser.pugx.org/shel/neos-logs/v/stable)](https://packagist.org/packages/shel/neos-logs)
[![Total Downloads](https://poser.pugx.org/shel/neos-logs/downloads)](https://packagist.org/packages/shel/neos-logs)
[![License](https://poser.pugx.org/shel/neos-logs/license)](https://packagist.org/packages/shel/neos-logs)This package provides a new module in the [NeosCMS](https://www.neos.io)
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](http://sentry.io) or [Kibana](https://www.elastic.co/de/products/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](Documentation/overview.jpg)
Viewing a logfile
![Logfile](Documentation/logfile.jpg)
## 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](mailto:[email protected]).**
Or you can also support me directly via [patreon](https://www.patreon.com/shelzle).
## License
See [License](./LICENSE.txt)