Skip to content

Twisted should not install log handler automatically #163

@gdoermann

Description

@gdoermann

Rollbar automatically installs the log observer for twisted upon import. This is a massive issue if you never initialize rollbar or if the initialization fails. The log observer should be added after you call rollbar.init(handler='twisted', **settings.ROLLBAR) so that you can verify it will work before sending messages to the observer. If you do not initialize rollbar the observer will receive messages but will err out until it completely blocks the twisted loop.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions