Robert Moni

Results 1 comments of Robert Moni

Go to ```/gym-duckietown/gym_duckietown/__init__.py``` and change the logging level to your prfecrences. e.g.: ```logger.setLevel(logging.WARNING)``` Logging levels: ``` 'debug': logging.DEBUG, 'info': logging.INFO, 'warning': logging.WARNING, 'error': logging.ERROR, 'critical': logging.CRITICAL ```