Skip to content
Snippets Groups Projects
Commit 1f36c492 authored by Johannes Mey's avatar Johannes Mey
Browse files

add logging settings file

parent 1d123560
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export ROSCONSOLE_FORMAT='[${time:%H:%M:%S}] [${node}]: ${message}'
export ROSCONSOLE_CONFIG_FILE="`pwd`/rosconsole.config"
#
# rosconsole will find this file by default at $ROS_ROOT/config/rosconsole.config
#
# You can define your own by e.g. copying this file and setting
# ROSCONSOLE_CONFIG_FILE (in your environment) to point to the new file
#
log4j.logger.ros=INFO
log4j.logger.ros.roscpp.superdebug=WARN
log4j.logger.ros.ccf_immersive_sorting=INFO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment