Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to enable debug exporter by environment variable #2580

Merged
1 commit merged into from
Jun 5, 2019

Conversation

menski
Copy link
Contributor

@menski menski commented Jun 5, 2019

  • set environment variable ZEEBE_DEBUG to any value to enable the exporter
  • set ZEEBE_DEBUG=pretty to enable pretty print
  • the variable value is checked case insensitive

closes #2579

…iable

- set environment variable `ZEEBE_DEBUG` to any value to enable the exporter
- set `ZEEBE_DEBUG=pretty` to enable pretty print
- the variable value is checked case insensitive
@menski menski requested a review from Zelldon June 5, 2019 09:27
Copy link
Member

@Zelldon Zelldon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

ghost pushed a commit that referenced this pull request Jun 5, 2019
2565: Add default message for NPE case. Fixes #2564. r=menski a=jwulf

closes #2564 

* Add a default message if the job handler throws a Null Pointer Exception.


2580: Allow to enable debug exporter by environment variable r=Zelldon a=menski

- set environment variable `ZEEBE_DEBUG` to any value to enable the exporter
- set `ZEEBE_DEBUG=pretty` to enable pretty print
- the variable value is checked case insensitive


closes #2579 


Co-authored-by: Josh Wulf <josh@magikcraft.io>
Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
@ghost
Copy link

ghost commented Jun 5, 2019

Build succeeded

@ghost ghost merged commit 3df9e42 into develop Jun 5, 2019
@ghost ghost deleted the 2579-env-debug-exporter branch June 5, 2019 09:56
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabled debug log exporter by environment
2 participants