Python logging configuration file

前端 未结 4 681
悲哀的现实
悲哀的现实 2020-12-24 01:26

I seem to be having some issues while attempting to implement logging into my python project.

I\'m simply attempting to mimic the following configuration:

Py

4条回答
  •  天涯浪人
    2020-12-24 02:03

    Adding the following line to the root logger took care of my problem:

    level=NOTSET
    

提交回复
热议问题