diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-29 23:26:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-01 13:17:30 +0700 |
| commit | fa3683edd2d986a26de85479b8a1c2535d069c15 (patch) | |
| tree | f0ab0ba1e0f31b3a41a537b1def3d003059f6816 /testdata/http_server/execute/local_test.data | |
| parent | 8ba6d6682e082e3bb0a1f92a33bc4c3b5703535b (diff) | |
| download | awwan-fa3683edd2d986a26de85479b8a1c2535d069c15.tar.xz | |
all: remove script name in the log prefix
Since each execution now logged in the file with ".log" extension,
there is no need to prefix it with script name again, because its
redundant.
Diffstat (limited to 'testdata/http_server/execute/local_test.data')
| -rw-r--r-- | testdata/http_server/execute/local_test.data | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/http_server/execute/local_test.data b/testdata/http_server/execute/local_test.data index 5cd6f5e..5462667 100644 --- a/testdata/http_server/execute/local_test.data +++ b/testdata/http_server/execute/local_test.data @@ -28,11 +28,11 @@ event: begin data: 2023-11-26T15:21:00Z event: message -data: - local.aww === BEGIN: local /local.aww 1- +data: - === BEGIN: local /local.aww 1- id: 0 event: message -data: - local.aww --> 1: echo "test" +data: - --> 1: echo "test" id: 1 event: message @@ -40,7 +40,7 @@ data: test id: 2 event: message -data: - local.aww === END +data: - === END id: 3 event: end |
