https://github.com/netlogix/nlxextendedshopwarelogging
https://github.com/netlogix/nlxextendedshopwarelogging
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlogix/nlxextendedshopwarelogging
- Owner: netlogix
- License: mit
- Created: 2022-07-14T07:53:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T11:44:15.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T23:35:45.793Z (6 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nlxExtendedShopwareLogging
A Shopware 5 Plugin to extend the shopware logging.
### ENV Variablen
There are 2 environment variables:
NLX_LOG_FEATURES=cron
NLX_LOG_LEVEL=debug### NLX_LOG_FEATURES
`NLX_LOG_FEATURES` is a comma seperated list of logger that should be loaded.Available features are:
- cron
- routing#### Example
NLX_LOG_FEATURES=cron,routing
### NLX_LOG_LEVEL
`NLX_LOG_LEVEL` is the log level of the used features. Log level can be upper or lowercase.Available log levels are:
- EMERGENCY
- ALERT
- CRITICAL
- ERROR
- WARNING
- NOTICE
- INFO
- DEBUG#### Example
NLX_LOG_LEVEL=INFO
Or
NLX_LOG_LEVEL=info