I’m have the issue where I get the following error every 10s.
Updating roku media_player took longer than the scheduled update interval 0:00:10
This has been mentioned several times here and github .
So that I don’t get spammed with the message every 10s, I set the logging level for homeassistant.components.media_player to “error”. This stops the messages from appearing in the home_assistant.log
file, but they still appear in the “info” page of the front end. Is this expected?
ha_steve:
Is this expected?
No, but i have the hope that it will be fixed one time.
opened 09:53PM - 18 Nov 17 UTC
closed 06:50PM - 26 Aug 18 UTC
waiting-for-reply
Make sure you are running the latest version of Home Assistant before reporting … an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in [the Feature Requests section](https://community.home-assistant.io/c/feature-requests) of our community forum:
**Home Assistant release (`hass --version`):**
0.58.0
**Python release (`python3 --version`):**
3.5.2
**Component/platform:**
System log
**Description of problem:**
Disabled some unwanted log entries in logger component, now they show up in the new Sytem Log. :-(
This spams this feature with unnecessary messages.
![auswahl_051](https://user-images.githubusercontent.com/26381449/32985056-ed16c65a-ccb1-11e7-9e0d-f4cbda3b4f22.png)
**Expected:**
System Log should use logger settings or have it's own filters.
**Problem-relevant `configuration.yaml` entries and steps to reproduce:**
```yaml
logger:
default: warn
logs:
urllib3.connectionpool: fatal
```
1.
2.
3.
**Traceback (if applicable):**
```bash
```
**Additional info:**
https://community.home-assistant.io/t/a-lot-of-warnings-for-cameras-aftere-upgrade/31973?u=vdrainer
To disable the System Log i used
```yaml
system_log:
max_entries: 0
```