We experience an issue while opening our Grafana dashboards using an iPhone SE.
Some of the graphs are disappearing while refreshing.
I can`t reproduce it with any other device and it seems to occur since we updated to this Grafana version.
Is there any known issue with this version / device?
We are excited that you joined our OSS community. Please read about some of the FAQs in the community
Could you please change the default log level to debug mode. To do this go to the server where grafana is installed and edit the configuration file (/etc/grafana//grafana.ini)
There you will this section;
#################################### Logging ##########################
[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
;mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
;level = info
Set the parameter level to debug and remove the colon in the beginning i.e.
level = debug
Then restart the grafana service and resent the logs once the issue occurs again.
However, please remove any sensitive data as we are not responsible as we do not maintain those tools and any data-privacy rules.
Also as an alternative you use pastbin tool which though only allows you to copy/paste the logs and then set the link to expire e.g. in a week or month etc.