mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	Add log to access the admin panel
This commit is contained in:
		
							parent
							
								
									7ce92ce3b4
								
							
						
					
					
						commit
						fe1f8fbe5c
					
				@ -50,6 +50,7 @@ module.exports = function start(configOverride, cb) {
 | 
			
		||||
    if (cluster.isMaster) {
 | 
			
		||||
      self.log.info('Server started in ' + self.config.appPath);
 | 
			
		||||
      self.log.info('Your server is running at ' + self.config.url);
 | 
			
		||||
      self.log.info('Your admin panel is available at ' + self.config.url + '/admin/');
 | 
			
		||||
      self.log.debug('Time: ' + new Date());
 | 
			
		||||
      self.log.debug('Environment: ' + self.config.environment);
 | 
			
		||||
      self.log.debug('Process PID: ' + process.pid);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user