Debug logs flood
Closed this issue · 3 comments
I get tons of log messages about /appinfo/app.php being deprecated (I cannot copy the full message, because they run past so fast).
I turned off debug logging (I'm not aware of having turned that on), and then the flood stopped.
Is this an issue that is being worked on? What should the log level be set to?
Thank you!
A sample:
{"reqId":"6py0ATkCdGoYtqWD5bsI","level":0,"time":"2023-06-24T11:57:45+00:00","remoteAddr":"XXX","user":"XXX","app":"nextbox","method":"DELETE","url":"/apps/files/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0","version":"25.0.4.1","data":{"app":"nextbox"},"id":"XXX"}
thanks for reporting
yes, we've seen that, I expect a new release this week, where this bug is fixed.
Thank you!