推荐学习书目
› 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
Latin
V2EX  ›  Python

# werkzeug 请求日志问题

  •  
  •   Latin · Aug 14, 2019 · 2532 views
    This topic created in 2598 days ago, the information mentioned may be changed or developed.

    flask 如何修改默认 werkzug 内置的请求日志

    127.0.0.1 - - [14/Aug/2019 10:27:36] "GET /login HTTP/1.1" 200 -

    3 replies  •  2019-08-14 19:38:06 +08:00
    frostming
        1
    frostming  
       Aug 14, 2019
    https://github.com/pallets/werkzeug/blob/e197df1fa08aab6bd5d08605b16b42655f53072f/src/werkzeug/serving.py#L414-L418

    hardcode 了,改起来麻烦点,用 monkey patch
    但不建议这么做,werkzeug 终归只是个开发服务器,成熟的服务器的请求日志都好配的
    yuzhiquan
        2
    yuzhiquan  
       Aug 14, 2019
    自定义 flask 的 request_handler
    mink
        3
    mink  
       Aug 14, 2019
    重写 requesthandler
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   848 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 21:21 · PVG 05:21 · LAX 14:21 · JFK 17:21
    ♥ Do have faith in what you're doing.