chore(deps): Bump code.cloudfoundry.org/tlsconfig from 0.54.0 to 0.55.0
Bumps code.cloudfoundry.org/tlsconfig from 0.54.0 to 0.55.0.
updated-dependencies:
- dependency-name: code.cloudfoundry.org/tlsconfig dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com
blackbox
If you have any questions, or want to get attention for a PR or issue please reach out on the #logging-and-metrics channel in the cloudfoundry slack
About
Blackbox will tail all files in sub-directories of a specified
source_dir, and forward any new lines to a syslog server.This is currently used in syslog-release and windows-syslog-release.
Usage
The configuration file schema is as follows:
Consider the case where
log-dirhas the following structure:Any new lines written to
app1/stdout.logandapp1/stderr.logget sent to syslog tagged asapp1, while new lines written toapp2/foo.logandapp2/bar.logget sent to syslog tagged asapp2.If
log_filenameis set totruethen the filename is included in the tag. For example, new lines written toapp1/stdout.logget sent to syslog tagged asapp1/stdout.log.Currently, the priority and facility are hardcoded to
INFOanduser.Installation