diff --git a/include/app_config.hpp b/include/app_config.hpp index c3968c7..5f762c0 100644 --- a/include/app_config.hpp +++ b/include/app_config.hpp @@ -127,6 +127,7 @@ struct AppConfig ", password: " + cfg.mqtt.password); LOG_INFO("[Config] MQTT Topics: " + cfg.mqtt.topics.heartbeat_up + ", " + cfg.mqtt.topics.video_down + ", " + cfg.mqtt.topics.video_down_ack); + LOG_INFO("[Config] MQTT keepAlive: " + cfg.mqtt.keep_alive); return cfg; }