Skip to content

Releases: SAP/cf-java-logging-support

V2.1.4

05 Mar 15:17
6ce8547
Compare
Choose a tag to compare

Changelog:

A minor bug that could lead to performance issues has been fixed.

V2.1.3

26 Feb 16:05
1e21b24
Compare
Choose a tag to compare

Changelog:

  • Optional fields that can contain sensitive user data have been extended to
    remote_ip, remote_host, remote_port, x_forwarded_for, remote_user, referer.
  • By default, these fields will not be logged by the Servlet Filter and by the Jersey Filters anymore. Logging of these fields can be activated via the following environment variables:
Environment Variable Optional Fields
LOG_SENSITIVE_CONNECTION_DATA: true activates the fields remote_ip, remote_host, remote_port, x_forwarded_for
LOG_REMOTE_USER: true activates the field remote_user
LOG_REFERER: true activates the field referer

See also https://github.com/SAP/cf-java-logging-support/wiki/Overview#logging-sensitive-user-data

V2.1.2

02 Feb 10:34
d9e0e01
Compare
Choose a tag to compare

Changelog:

  • Logging Remote IPs is now optional. It can be activated by adding the environment variable: "LOG_REMOTE_IP: true"
  • Java JWT update to version 3.3.0
  • Bugfix: When using logback, a valid Json-Object is created now, even if the log message is null
  • Minor fixes

V2.1.1

18 Oct 09:34
Compare
Choose a tag to compare

Changelog:

  • Longer stack traces are now supported
  • The dynamic log level feature allows to change the log level threshold for one single request
  • Java version changed from 1.6 to 1.8
  • some minor fixes

V2.0.11

14 Mar 12:50
Compare
Choose a tag to compare
V2.0.11 Pre-release
Pre-release
Bump version to 2.0.11

Includes the pull request from torax242.

Makes random sleep in PickGreeting configurable.

Version 2.0.10

28 Nov 14:17
Compare
Choose a tag to compare

Updated log4j2 dependency to support latest version 2.7.

Due to incompatible API changes in log4j2, will not work with older versions anymore!