mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 23:23:02 +02:00
23 lines
598 B
Plaintext
23 lines
598 B
Plaintext
=== Syslog Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ietf_syslog/basic]
|
|
|
|
==== Description
|
|
|
|
Add syslog actions matching on different facility and severity levels to
|
|
log to local files, then verify new log files have been created. In one
|
|
case we use an absolute `file:/path/to/bar.log` and in another a relative
|
|
path `file:foo`.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Syslog Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Configure syslog on DUT to log to files '/log/bar.log' and 'foo'
|
|
. Verify log files have been created
|
|
|
|
|