Skip to content

Commit

Permalink
incorporated review comments
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <[email protected]>
  • Loading branch information
msvinaykumar committed Dec 9, 2024
1 parent 1a302d9 commit 0bad108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/autotune/Autotune.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static void main(String[] args) {
InitializeDeployment.setup_deployment_info();
// Configure AWS CloudWatch
CloudWatchAppender.configureLoggerForCloudWatchLog();
LOGGER.debug("ROS enabled : {}" ,KruizeDeploymentInfo.is_ros_enabled);
LOGGER.info("ROS enabled : {}" ,KruizeDeploymentInfo.is_ros_enabled);
// Read and execute the DDLs here
executeDDLs(AnalyzerConstants.ROS_DDL_SQL);
if (KruizeDeploymentInfo.local == true) {
Expand Down

0 comments on commit 0bad108

Please sign in to comment.