Skip to content
New issue

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

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

Already on GitHub? # to your account

Use correct gunicorn logging config with st2 packages (don't include AUDIT log messages in non-AUDIT log file) #4621

Merged
merged 2 commits into from
Apr 11, 2019

Conversation

Kami
Copy link
Member

@Kami Kami commented Apr 8, 2019

While testing some other changes, I noticed fix in #4538 doesn't appear to be working in production with packages.

It turns out we were not using correct gunicorn logging config with StackStorm packages (gunicorn config makes sure DEBUG and non-audit log messages don't end up in non-audit service log file bi default).

Related PR: StackStorm/st2-packages#607

Not doing that means change / fix in #4538 won't work since regular
config which includes DEBUG and AUDIT will be used over gunicorn one.
@Kami Kami added this to the 3.0.0 milestone Apr 8, 2019
@Kami Kami merged commit baada18 into master Apr 11, 2019
@Kami Kami deleted the use_correct_package_gunicorn_api_config branch April 11, 2019 08:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants