mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Always emit the configuration path (#17036)
Often when handling problems it is not clear which configuration file Gitea is using. This PR simply ensures that the configuration file is emitted. Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
8af7a21085
commit
04b233e940
6 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,7 @@ func GlobalInit(ctx context.Context) {
|
|||
log.Info("AppWorkPath: %s", setting.AppWorkPath)
|
||||
log.Info("Custom path: %s", setting.CustomPath)
|
||||
log.Info("Log path: %s", setting.LogRootPath)
|
||||
log.Info("Configuration file: %s", setting.CustomConf)
|
||||
log.Info("Run Mode: %s", strings.Title(setting.RunMode))
|
||||
|
||||
// Setup i18n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue