Goyave v2.8.0 Release Notes

Release Date: 2020-03-25 // about 4 years ago
    • ➕ Added a built-in logging system.
      • Added a middleware for access logs using the Common Log Format or Combined Log Format. This allows custom formatters too.
      • Added three standard loggers: goyave.Logger, goyave.AccessLogger and goyave.ErrLogger
    • 🛠 Fixed bug: the gzip middleware now closes underlying writer on close.