how to change default logging verbosity
Using ROS2 when running a launch file it always start like this:
[INFO] [launch]: All log files can be found below <path_to_log>
[INFO] [launch]: Default logging verbosity is set to INFO
Is it possible to change this default verbosity?
I know that it is possible to change a Node execution verbosity using this:
--ros-args --log-level <log_level>
but what about the default verbosity when running a launch file? I cannot changed it from INFO
Thank you!