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:
Sean Cross 2019-05-26 18:47:40 +08:00
parent 8e7b41f01a
commit fc9acfbb65
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[Logger]
Name=File Logger
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