jig: file.logger: log to permanent storage
Log to the root filesystem, so we have a copy. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
8e7b41f01a
commit
fc9acfbb65
@ -1,5 +1,5 @@
|
|||||||
[Logger]
|
[Logger]
|
||||||
Name=File Logger
|
Name=File Logger
|
||||||
Description=Write log messages out to a file
|
Description=Write log messages out to a file
|
||||||
ExecStart=/bin/sh -c "cat > /tmp/ltc-log.json"
|
ExecStart=/bin/sh -c "cat >> /home/fomu/fomu-test-log.json"
|
||||||
Format=json
|
Format=json
|
||||||
|
Loading…
Reference in New Issue
Block a user