Deprecated config option [log] ROUTER present. Use [log] logger.router.MODE instead. This fallback will be/has been removed in 1.21 #57

Closed
opened 2023-08-12 08:56:41 +00:00 by maxkratz · 1 comment
Owner
No description provided.
maxkratz added the
bug
label 2023-08-12 08:56:41 +00:00
maxkratz self-assigned this 2023-08-12 08:56:41 +00:00
Author
Owner

Fixed via a manual configuration adaption in conf/app.ini:

[log]
[...]
#ROUTER = console
logger.router.MODE = ,
[...]

(This was initially generated by Forgejo, hence, there is no code to be changed in this repository.)

Fixed via a manual configuration adaption in `conf/app.ini`: ``` [log] [...] #ROUTER = console logger.router.MODE = , [...] ``` (This was initially generated by Forgejo, hence, there is no code to be changed in this repository.)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo.dev/infrastructure-as-code#57
No description provided.