Skip to content

0.8.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Freika Freika released this 09 Jul 18:10
· 1372 commits to master since this release

Changed

  • Added a logging config to the docker-compose.yml file to prevent logs from overflowing the disk. Now logs are being rotated and stored in the log folder in the root of the application. You can find usage example in the the repository's docker-compose.yml file. Make sure to add this config to both dawarich_app and dawarich_sidekiq services.
  logging:
      driver: "json-file"
      options:
        max-size: "100m"
        max-file: "5"

Fixed

  • Visiting notifications page now marks this notifications as read

Full Changelog: 0.8.6...0.8.7