mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-04 05:53:27 +00:00 
			
		
		
		
	fix(backend): update settings log msgs
This commit is contained in:
		@@ -375,11 +375,11 @@ async function startServer() {
 | 
			
		||||
      logger.info('✅ Database connection successful');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Initialise settings from environment variables on startup
 | 
			
		||||
    // Initialise settings on startup
 | 
			
		||||
    try {
 | 
			
		||||
      await initSettings();
 | 
			
		||||
      if (process.env.ENABLE_LOGGING === 'true') {
 | 
			
		||||
        logger.info('✅ Settings initialised from environment variables');
 | 
			
		||||
        logger.info('✅ Settings initialised');
 | 
			
		||||
      }
 | 
			
		||||
    } catch (initError) {
 | 
			
		||||
      if (process.env.ENABLE_LOGGING === 'true') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user