Jacamar CI v0.7.1
Release: v0.7.1
Date: 06/10/2021
Admin Changes
Logging enhancements and correctly dial local syslog (!188, !178).
The previous iteration on logging did not properly establish a connection to a log daemon. This led to functional logging during initial testing but issues on more traditional test systems.
[auth.logging] enabled = true location = "syslog" level = "debug" network = "tcp" address = "localhost:1234"
Optionally
location
can specify a static file.
Support overriding data directory within RunAs workflow (!187).
{ username: "username", data_dir: "/target/directory/.ci" }