Skip to content

Commit

Permalink
TEST: HACK qemu test config for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoerns committed Aug 14, 2023
1 parent 7278093 commit 2334ac6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions qemu-test-rauc-config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ grubenv=/tmp/boot/grub/grubenv
# HACK: must be on a separate partition for real systems
data-directory=/tmp/rauc

[log.logger1]
filename=boot.log
events=boot

[log.ganzlogger2]
filename=logging.log
events=all

[log.jsonpretty]
filename=json-pretty.log
events=all
format=json-pretty

[log.json]
filename=json.log
events=all
format=json

[log.shortlogger]
filename=short.log
events=all
format=short

[keyring]
path=ca.cert.pem

Expand Down

0 comments on commit 2334ac6

Please sign in to comment.