Deprecated config option `[log]` `ACCESS` present. Use `[log]` `logger.access.MODE` instead. This fallback will be/has been removed in 1.21 (and 5 more)
Solution
Replace deprecated log entries in app.ini using the options from the official docs: https://docs.gitea.com/administration/logging-config. I replaced them for ACCESS, ROUTER and XORM. However, I have no idea what MACARON is. Is that still needed? Might be deprecated too...
PR Status
[ ] Code finished and ready to be reviewed/tested
[ ] The fix/enhancement were manually tested (if applicable)
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)
Problem
This log entry came up in my Gitea instance.
Solution
Replace deprecated log entries in
app.ini
using the options from the official docs: https://docs.gitea.com/administration/logging-config. I replaced them forACCESS
,ROUTER
andXORM
. However, I have no idea whatMACARON
is. Is that still needed? Might be deprecated too...PR Status
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)