Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added indentation so additions to logging.yaml copy&paste properly

...

  • The retention duration for S3 object locking may be constrained by the storage administrator at the bucket and domain level. (CLOUD-3932)

  • Gateway 8.0.2 produces many harmless error logs like:

    Code Block
    XmlUtil: Document root element "ObjectLockConfiguration", must match DOCTYPE root "null". 
    XmlUtil: Document is invalid: no grammar found.

    These can be stopped by appending XmlUtil these three lines to /etc/caringo/cloudgateway/logging.yaml. This will be fixed in the upcoming release.

    Code Block
    languageyaml
            ## Workaround noisy 8.0.2 log (CLOUD-3765) 
            - name: com.caringo.gateway.util.XmlUtil 
              level: fatal

Upgrade Impacts

...