chore(deps): Bump actions/github-script from 8.0.0 to 9.0.0
Bumps actions/github-script from 8.0.0 to 9.0.0.
updated-dependencies:
- dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
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