Multiple configuration problem

Hass version 0.77.1
I have some problem in logger, history/recorder, login errors:

In logger i’ve made some exclusion (urllib3 for mjpeg cameras and others):

logger:
  default: info
  logs:
    urllib3.connectionpool: fatal
    requests.packages.urllib3.connectionpool: fatal
    homeassistant.components.binary_sensor.ping: warning
    homeassistant.components.switch.command_line: warning

but all error message keeps showing in the log

second problem is about history/recorder, also with base config history does not record changes

history:
recorder:

on entity graph and history graph there aren’t status changes, example:
mine external lights turn on and off correctly by automation but there is no trace in history, watching graph ligths were always off.

third problem is about login warning message, I continuosly receive warning for failed login attempt from 127.0.0.1

I saw this problem in a post somewhere earlier tonight. It could be a problem that occurred when your database was migrated in a recent update. The solution is to delete config\home-assistant_v2.db and restart.

Already tried to delete anything yesterday, it starts working after restart but then, this morning, i’ve seen that nothing has changed. Now i’ve found a more strange thing:
I know that my light were on from about 7pm to 6am, when i’ve watched the history graph this morning it reports off for the entire time, now i’ve restarted hass for other things and the history graph has changed. It reports light on from about 7pm (correct),but, to about 1pm (the time when i’ve restarted hass)