Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Cacher 3.0.2

Choose a tag to compare

@erikng erikng released this 19 Feb 02:35
· 29 commits to master since this release

As of Cacher 3.0, Cacher is now written in python.

Notes

Deprecation of all Server versions prior to 5.2

As of Cacher 3.0, all Server versions prior to 5.2 will no longer be supported.

Server Alert is now optional

As of Cacher 3.0, the server alert is now an optional argument and must be passed to continue using it. This allows Cacher to no longer require elevated permissions.

Bug fixes:

  • #25
  • #27
  • #28
  • Fix for normal target date not showing the correct logs.

New features:

Detection of logs without client Identity

Cacher will now detect logs without a client identity and warn in the final output.

WARNING: Found %s logs that did not contain the client identity. These logs have been dropped and are not counted in the statistics. More than likely LogClientIdentity was incorrectly set or not configured on this date.

Detection of LogClientIdentity values.

Cacher will now detect if LogClientIdentity is either missing or incorrectly set. Until this is fixed, Cacher will exit.