github Freika/dawarich 0.8.7

latest releases: 0.14.1, 0.14.0, 0.13.7...
pre-release2 months ago

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

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.