File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656 cat access.log
5757
5858 - name : Run goaccess single thread
59- run : ./goaccess access.log --log-format=VCOMBINED -o report.html
59+ run : ./goaccess access.log --log-format=VCOMBINED -o ./ report.html
6060
6161 - name : Run goaccess multi-thread
62- run : ./goaccess access.log --log-format='%v:%^ %h %^[%x] "%r" %s %b "%R" "%u"' --datetime-format='%d/%b/%Y:%H:%M:%S %z' -o report.html -j 2 -a --tz="Europe/Berlin"
62+ run : ./goaccess access.log --log-format='%v:%^ %h %^[%x] "%r" %s %b "%R" "%u"' --datetime-format='%d/%b/%Y:%H:%M:%S %z' -o ./ report.html -j 2 -a --tz="Europe/Berlin"
6363
6464 - name : Run goaccess multi-thread JSON output
6565 run : |
66- ./goaccess access.log --log-format=VCOMBINED -o report.json -j 2 -a --json-pretty-print
67- cat report.json | jq .
66+ ./goaccess access.log --log-format=VCOMBINED -o ./ report.json -j 2 -a --json-pretty-print
67+ cat ./ report.json | jq .
6868
6969 - name : Make distclean
7070 run : sudo make distclean
You can’t perform that action at this time.
0 commit comments