mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[component] Revert setup messages to LOG_CONFIG level (#9956)
This commit is contained in:
		| @@ -161,7 +161,7 @@ void Component::call() { | |||||||
|       this->call_setup(); |       this->call_setup(); | ||||||
| #if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_DEBUG | #if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_DEBUG | ||||||
|       uint32_t setup_time = millis() - start_time; |       uint32_t setup_time = millis() - start_time; | ||||||
|       ESP_LOGD(TAG, "Setup %s took %ums", this->get_component_source(), (unsigned) setup_time); |       ESP_LOGCONFIG(TAG, "Setup %s took %ums", this->get_component_source(), (unsigned) setup_time); | ||||||
| #endif | #endif | ||||||
|       break; |       break; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user