Release v2.8.0
- 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
andgoyave.ErrLogger
- Fixed bug: the gzip middleware now closes underlying writer on close.