With this setting, I have only one file logged:
logging.basicConfig(format=u'%(levelname)-8s [%(asctime)s] %(message)s', level=logging.DEBUG, filename=os.path.join('logs', __name__)) How to configure the logger so that the logs are written for several files and for each file there is a file with logs?