Skip to content

Commit 615470a

Browse files
committed
Minor formating fix.
1 parent 7a9b550 commit 615470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Features
1212
* The Agent no longer enforces all events must have monotonically increasing timestamps when pushed into Scalyr. The is now possible due to changes in the server. This allow better use of the default timestamps, such as in Docker and Kubernetes.
1313
* Log lines collected via the Kubernetes or Docker monitors will now have their default timestamps set to the timestamp generated by K8s/Docker. As long as a parser does not override the timestamp, the K8s and Docker timestamps will be used in Scalyr.
1414
* Agent logs with severity higher than INFO will now be output to stdout as well as the `agent.log` file when running with the `--no-fork` flag.
15-
* The Journald monitor now supports a `detect_escaped_strings` option which automatically detects if the `details` field is already an escaped string, and if so, just emits it directly to the log instead of re-escaping it. This option is specified using the `journald_logs` array. See the [journald monitor documentation for more details](https://www.scalyr.com/help/monitors/journald).
15+
* The Journald monitor now supports a `detect_escaped_strings` option which automatically detects if the `details` field is already an escaped string, and if so, just emits it directly to the log instead of re-escaping it. This option is specified using the `journald_logs` array. See the [journald monitor documentation](https://www.scalyr.com/help/monitors/journald) for more details.
1616

1717
Bugs
1818
* Fixed monitor configuration bug that prevented config options that did not have a default nor were required from being properly set via environment variables.

0 commit comments

Comments
 (0)