X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=config%2Fpython_logging.conf;h=1d3b6564d6cd38125a9a046b1df958307701f434;hp=9240734e487341e9caf5c1dce418748c45903240;hb=0ef90df168c1e41dfe6218b5555c05863ac72e8d;hpb=3e393a12f0aea0302fefa4616dcd93c1b3bf6299 diff --git a/config/python_logging.conf b/config/python_logging.conf index 9240734..1d3b656 100644 --- a/config/python_logging.conf +++ b/config/python_logging.conf @@ -2,14 +2,14 @@ keys=root, rosout [handlers] -keys=streamHandler +keys=fileHandler,streamHandler,nullHandler [formatters] keys=defaultFormatter [logger_root] level=INFO -handlers=streamHandler +handlers=nullHandler [logger_rosout] level=INFO @@ -31,5 +31,9 @@ formatter=defaultFormatter # colorize output flag args=(True,) +[handler_nullHandler] +class=NullHandler +args=() + [formatter_defaultFormatter] format=[%(name)s][%(levelname)s] %(asctime)s: %(message)s