V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2019-08-14 10:33:25 +08:00 · 1581 次点击
    这是一个创建于 1709 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

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

    3 条回复    2019-08-14 19:38:06 +08:00
    frostming
        1
    frostming  
       2019-08-14 10:54:05 +08:00
    https://github.com/pallets/werkzeug/blob/e197df1fa08aab6bd5d08605b16b42655f53072f/src/werkzeug/serving.py#L414-L418

    hardcode 了,改起来麻烦点,用 monkey patch
    但不建议这么做,werkzeug 终归只是个开发服务器,成熟的服务器的请求日志都好配的
    yuzhiquan
        2
    yuzhiquan  
       2019-08-14 11:22:45 +08:00
    自定义 flask 的 request_handler
    mink
        3
    mink  
       2019-08-14 19:38:06 +08:00
    重写 requesthandler
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1410 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 23:53 · PVG 07:53 · LAX 16:53 · JFK 19:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.