pydio / cells

Future-proof content collaboration platform
https://pydio.com
GNU Affero General Public License v3.0
1.82k stars 180 forks source link

Error or maybe Notice? #417

Closed jeffgoh closed 2 years ago

jeffgoh commented 2 years ago

2022-06-13T23:19:42.307Z ERROR pydio.rest.frontend Rest Error 401 {"error": "No refresh token"} 2022-06-18T00:39:43.699Z ERROR pydio.rest.frontend Rest Error 401 {"error": "No refresh token"}

I dug thru the code, and I'm thinking this happens whenever someone logs in via the web? Perhaps it should be a NOTICE instead of an ERROR. I know this is a small thing, but whenever I grep my logs for errors or warnings, this is the only thing that pops up. If this is really an error though, I'd like to know what the error means.

cdujeu commented 2 years ago

hello, indeed it's more a WARN (or why not a NOTICE) than en ERROR. You can safely ignore them.