log.access_file or log.error_file keys in your global configuration.cherrypy.config.update({'log.access_file': '',
'log.error_file': ''})
log.screen to False in your global configuration.cherrypy.config.update({'log.screen': False})