i8beef / HomeAutio.Mqtt.GoogleHome

MIT License
215 stars 29 forks source link

[Information] Removing expired grants #56

Closed Vayatoalla closed 5 years ago

Vayatoalla commented 5 years ago

The aplicaction works fine, but I have this log "[Information] Removing expired grants" every minute. Is it normal?

i8beef commented 5 years ago

Yes, it's normal. Although arguably doesn't need to be an information level log anymore. There's an embedded OAuth server in the project, and this is where the grants get expired by a background process. Otherwise grants would live forever which would obviously be bad for security.

I'll consider changing this next version bump to at least make the logs less verbose.

Vayatoalla commented 5 years ago

OK. Thanks!!