The Loggly Integration Test Bundle provides commands for listing and testing of loggly monolog handlers integration in symfony projects.
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;
}
loggly:handlers
loggly:test [handler|all [severity|all]]