Software Alternatives, Accelerators & Startups

Flask logging for production

Gunicorn GoAccess
  1. Gunicorn is a Python WSGI HTTP Server for UNIX.
    Pricing:
    • Open Source
    Typically wanna keep your Webserver logs and Application (Flask) logs separate. In my case, I use Nginx with Gunicorn & Flask. I followed this guide to match the Flask log handlers with Gunicorn's. Then I use something like GoAccess to visualize my traffic logs. Well--that's what I did until I started using a CDN, at that point your access logs are useless and you have to rely on your CDN provider's logs instead.

    #Web And Application Servers #Web Servers #Application Server 31 social mentions

  2. Open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix...
    Pricing:
    • Open Source
    Typically wanna keep your Webserver logs and Application (Flask) logs separate. In my case, I use Nginx with Gunicorn & Flask. I followed this guide to match the Flask log handlers with Gunicorn's. Then I use something like GoAccess to visualize my traffic logs. Well--that's what I did until I started using a CDN, at that point your access logs are useless and you have to rely on your CDN provider's logs instead.

    #Analytics #Web Analytics #Monitoring Tools 53 social mentions

Discuss: Flask logging for production

Log in or Post with