dataviz: do not log errors when getting chart (#49720)

This commit is contained in:
Valentin Deniaud 2020-12-23 12:12:55 +01:00
parent 47c0c8a6b4
commit 46a0b8f5f9
1 changed files with 3 additions and 1 deletions

View File

@ -243,7 +243,9 @@ class ChartNgCell(CellBase):
cache_duration=300,
remote_service='auto',
without_user=True,
raise_if_not_cached=raise_if_not_cached)
raise_if_not_cached=raise_if_not_cached,
log_errors=False,
)
response.raise_for_status()
response = response.json()