visionappscz / loggly-integration-test-command-bundle
Loggly integration tester for symfony projects
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/monolog-bundle: ^2.11
This package is not auto-updated.
Last update: 2021-06-26 01:39:02 UTC
README
The Loggly Integration Test Bundle provides commands for listing and testing of loggly monolog handlers integration in symfony projects.
Getting Started
Installing
Install with composer
require visionappscz/loggly-integration-test-command-bundle
Add bundle to AppKernel
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new LogglyIntegrationTestCommandBundle\LogglyIntegrationTestCommandBundle(),
];
// ...
return $bundles;
}
Usage
loggly:handlers
loggly:test [handler|all [severity|all]]