logs: always prefix with the file name
otherwise it is difficult to figure out where the runner logs end and where the forgejo logs start.
This commit is contained in:
parent
e9bb6f67e6
commit
74294d14f0
1 changed files with 3 additions and 3 deletions
|
@ -297,9 +297,9 @@ function show_logs() {
|
|||
(
|
||||
cd $DIR
|
||||
set +e
|
||||
grep --text '' *.log
|
||||
grep --text '' forgejo-work-path/log/*.log
|
||||
grep --text '' *.out
|
||||
grep --with-filename --text '' *.log
|
||||
grep --with-filename --text '' forgejo-work-path/log/*.log
|
||||
grep --with-filename --text '' *.out
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue