V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
uhayate
V2EX  ›  Python

关于 Python 的日志级别的选择

  •  
  •   uhayate · Mar 14, 2017 · 3099 views
    This topic created in 3343 days ago, the information mentioned may be changed or developed.
    我想知道关于这 4 个日志级别 INFO 、 WARNING 、 ERROR 、 CRITICAL ,分别在哪种场景适合用哪种日志级别,比如抛出异常、 IO 操作失败使用 ERROR 。
    求老司机列举出尽可能多的场景,免得新人迷路。
    6 replies    2017-03-16 11:06:01 +08:00
    knightdf
        1
    knightdf  
       Mar 14, 2017   ❤️ 1
    看心情
    freedomSky
        2
    freedomSky  
       Mar 14, 2017   ❤️ 2
    日志级别不分语言的吧,这个是 golang 的一个第三方日志 package 的说明,很详细了:

    https://github.com/cihub/seelog/wiki/Log-levels
    lovepython
        3
    lovepython  
       Mar 14, 2017
    日志级别问题,在你个人选择。
    你可以针对每个级别,定制不同的 handler ,出现不同的情况引发不同的级别。
    thekoc
        4
    thekoc  
       Mar 15, 2017
    Level When it ’ s used
    DEBUG Detailed information, typically of interest only when diagnosing problems.
    INFO Confirmation that things are working as expected.
    WARNING An indication that something unexpected happened, or indicative of some problem in the near future (e.g. ‘ disk space low ’). The software is still working as expected.
    ERROR Due to a more serious problem, the software has not been able to perform some function.
    CRITICAL A serious error, indicating that the program itself may be unable to continue running.

    https://docs.python.org/3/howto/logging.html
    uhayate
        5
    uhayate  
    OP
       Mar 16, 2017
    @thekoc OK ,这我知道。我只是想知道关于实际场景的信息。什么情况是 ERROR 之类的
    uhayate
        6
    uhayate  
    OP
       Mar 16, 2017
    @freedomSky 谢谢。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2956 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 07:25 · PVG 15:25 · LAX 00:25 · JFK 03:25
    ♥ Do have faith in what you're doing.