Skip to content

Why the minimum level of reporting is set to ERROR? #57

@jantenuccigsbla

Description

@jantenuccigsbla

Hi All!
I need to send Debug & Info messages through this bundle (Its possible to do it with the SDK of rollbar)

But in the RollBarHandlerFactory of this bundle set the minimum level in ERROR. It means that i cant send any event below error level (ie info / debug levels)
So $logger->info('INFO MESSAGE') wont work :S

See the code
/** * Create RollbarHandler * * @return RollbarHandler */ public function createRollbarHandler() { return new RollbarHandler(Rollbar::logger(), LogLevel::ERROR); }

Any suggestions?
Thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions