-
Notifications
You must be signed in to change notification settings - Fork 82
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
Infinite Recursion when DESTALINATOR_LOG_TO_CHANNEL is enabled #119
Labels
Comments
@zeckalpha can you please elaborate on how you can disable it? I have tried:
In my script, and neither seem to work. |
Depends on your shell, however you unset a shell variable. If you normally set it right before running, you can skip the line entirely.
Your asking incentivizes me to get this fixed so I'll look into it ASAP.
–
Kyle Marek-Spartz
… On Aug 4, 2017, at 19:19, Shaun Elliott ***@***.***> wrote:
@zeckalpha can you please elaborate on how you can disable it? I have tried:
export DESTALINATOR_LOG_TO_CHANNEL=NONE
export DESTALINATOR_LOG_TO_CHANNEL=false
In my script, and neither seem to work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Talked to @javamonkey79 elsewhere, there was a different issue, which is fixed in #120. |
#121 is one way to fix this. |
I've closed that PR, but I have left the branch: master...zeckalpha:remove-slack-logging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#116 Introduced this. Disabling DESTALINATOR_LOG_TO_CHANNEL for now.
The text was updated successfully, but these errors were encountered: