-
Notifications
You must be signed in to change notification settings - Fork 12
Added tenenat key to log #56
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
base: formsflow-merge
Are you sure you want to change the base?
Added tenenat key to log #56
Conversation
| } | ||
|
|
||
|
|
||
| org_id = "default" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better to change this from a Class variable to an Instance Variables
| from rq import get_current_job | ||
|
|
||
| class CurrentJobFilter(logging.Filter): | ||
| org_id = "default" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better to change this from a Class variable to an Instance Variables
| @@ -0,0 +1,36 @@ | |||
| """Module handle the console display formatting.""" | |||
| import logging | |||
| from redash import settings | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Settings is being imported but not used.
Added Tenant Log
What type of PR is this? (check all applicable)
Description
Added Tenant Log
Related Tickets & Documents
https://aottech.atlassian.net/browse/FWF-4298
Mobile & Desktop Screenshots/Recordings (if there are UI changes)