4
0

config.yaml 279 B

12345678910111213141516
  1. #
  2. # Integration Test Config: Log Persistence
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. saveLogs:
  8. resultsDirectory: /tmp/olivetin-test-logs
  9. actions:
  10. - title: Echo Test
  11. shell: echo "Hello from persisted log test"
  12. icon: test