File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ func runConvert(ctx *cli.Context) error {
3131	log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
3232	log .Info ("Custom path: %s" , setting .CustomPath )
3333	log .Info ("Log path: %s" , setting .LogRootPath )
34+ 	log .Info ("Configuration file: %s" , setting .CustomConf )
3435	setting .InitDBConfig ()
3536
3637	if  ! setting .Database .UseMySQL  {
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ func runDumpRepository(ctx *cli.Context) error {
8484	log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
8585	log .Info ("Custom path: %s" , setting .CustomPath )
8686	log .Info ("Log path: %s" , setting .LogRootPath )
87+ 	log .Info ("Configuration file: %s" , setting .CustomConf )
8788	setting .InitDBConfig ()
8889
8990	var  (
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ func runMigrate(ctx *cli.Context) error {
3232	log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
3333	log .Info ("Custom path: %s" , setting .CustomPath )
3434	log .Info ("Log path: %s" , setting .LogRootPath )
35+ 	log .Info ("Configuration file: %s" , setting .CustomConf )
3536	setting .InitDBConfig ()
3637
3738	if  err  :=  models .NewEngine (context .Background (), migrations .Migrate ); err  !=  nil  {
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ func runMigrateStorage(ctx *cli.Context) error {
114114	log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
115115	log .Info ("Custom path: %s" , setting .CustomPath )
116116	log .Info ("Log path: %s" , setting .LogRootPath )
117+ 	log .Info ("Configuration file: %s" , setting .CustomConf )
117118	setting .InitDBConfig ()
118119
119120	if  err  :=  models .NewEngine (context .Background (), migrations .Migrate ); err  !=  nil  {
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ func GlobalInit(ctx context.Context) {
8181	log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
8282	log .Info ("Custom path: %s" , setting .CustomPath )
8383	log .Info ("Log path: %s" , setting .LogRootPath )
84+ 	log .Info ("Configuration file: %s" , setting .CustomConf )
8485	log .Info ("Run Mode: %s" , strings .Title (setting .RunMode ))
8586
8687	// Setup i18n 
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ func PreloadSettings(ctx context.Context) bool {
2222		log .Info ("AppWorkPath: %s" , setting .AppWorkPath )
2323		log .Info ("Custom path: %s" , setting .CustomPath )
2424		log .Info ("Log path: %s" , setting .LogRootPath )
25+ 		log .Info ("Configuration file: %s" , setting .CustomConf )
2526		log .Info ("Preparing to run install page" )
2627		translation .InitLocales ()
2728		if  setting .EnableSQLite3  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments