Skip to content

Commit e49c844

Browse files
marip8Levi-Armstrong
authored andcommitted
Changed planner debug logging from debug to info
1 parent b6612ca commit e49c844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract/tesseract_planning/tesseract_motion_planners/src/trajopt/trajopt_motion_planner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tesseract_common::StatusCode TrajOptMotionPlanner::solve(PlannerResponse& respon
113113

114114
// Set Log Level
115115
if (verbose)
116-
util::gLogLevel = util::LevelDebug;
116+
util::gLogLevel = util::LevelInfo;
117117
else
118118
util::gLogLevel = util::LevelWarn;
119119

0 commit comments

Comments
 (0)