|
#
|
|
# Integration Test Config: Log Persistence
|
|
#
|
|
|
|
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
|
|
|
|
logLevel: "DEBUG"
|
|
checkForUpdates: false
|
|
|
|
saveLogs:
|
|
resultsDirectory: /tmp/olivetin-test-logs
|
|
|
|
actions:
|
|
- title: Echo Test
|
|
shell: echo "Hello from persisted log test"
|
|
icon: test
|