Several deprecated config options #35

Closed
opened 2024-04-01 14:21:38 +00:00 by decentral1se · 1 comment
Owner

2024-04-01T14:18:48.476728000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option [log] ENABLE_ACCESS_LOG present. Use [log] logger.access.MODE instead. This fallback will be/has been removed in 1.21
2024-04-01T14:18:48.476849000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option [log] ENABLE_XORM_LOG present. Use [log] logger.xorm.MODE instead. This fallback will be/has been removed in 1.21
2024-04-01T14:18:48.476988000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option [mailer] MAILER_TYPE present. Use [mailer] PROTOCOL instead. This fallback will be/has been removed in v1.19.0
�024-04-01T14:18:48.477077000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option [mailer] HOST present. Use [mailer] SMTP_ADDR instead. This fallback will be/has been removed in v1.19.0
2024-04-01T14:18:48.477129000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option [mailer] IS_TLS_ENABLED present. Use [mailer] PROTOCOL instead. This fallback will be/has been removed in v1.19.0

> 2024-04-01T14:18:48.476728000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option `[log]` `ENABLE_ACCESS_LOG` present. Use `[log]` `logger.access.MODE` instead. This fallback will be/has been removed in 1.21 > 2024-04-01T14:18:48.476849000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option `[log]` `ENABLE_XORM_LOG` present. Use `[log]` `logger.xorm.MODE` instead. This fallback will be/has been removed in 1.21 > 2024-04-01T14:18:48.476988000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option `[mailer]` `MAILER_TYPE` present. Use `[mailer]` `PROTOCOL` instead. This fallback will be/has been removed in v1.19.0 > �024-04-01T14:18:48.477077000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option `[mailer]` `HOST` present. Use `[mailer]` `SMTP_ADDR` instead. This fallback will be/has been removed in v1.19.0 > 2024-04-01T14:18:48.477129000Z 2024/04/01 14:18:48 ...g/config_provider.go:332:deprecatedSetting() [E] Deprecated config option `[mailer]` `IS_TLS_ENABLED` present. Use `[mailer]` `PROTOCOL` instead. This fallback will be/has been removed in v1.19.0
Author
Owner

A lot of these are gone in the upgraded configs.

A lot of these are gone in the upgraded configs.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/gitea#35
No description provided.