mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
20 lines
514 B
Plaintext
20 lines
514 B
Plaintext
=== Syslog Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ietf_syslog/basic]
|
|
|
|
==== Description
|
|
|
|
Add syslog actions to log to local files, then verify new log files have been created.
|
|
|
|
==== 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' (absolute path) and 'foo' (non-absolute).
|
|
. Verify log files /var/log/foo and /var/log/bar.log have been created
|
|
|
|
|