Always emit insight logs to simplify debugging (#4988)
This commit is contained in:
parent
7501304e96
commit
effaa0a330
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ def is_insight_logs_enabled(organization: "Organization") -> bool:
|
|||
f"ONCALL_BACKEND_REGION={settings.ONCALL_BACKEND_REGION} "
|
||||
f"cluster_slug={organization.cluster_slug}"
|
||||
)
|
||||
return not settings.IS_OPEN_SOURCE and settings.ONCALL_BACKEND_REGION == organization.cluster_slug
|
||||
return not settings.IS_OPEN_SOURCE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue