Skip to content

Commit

Permalink
actually dump out catalina.log windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 5, 2024
1 parent aa153f7 commit b94a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
dir C:\Users\RUNNER~1\AppData\Local\Temp\
IF EXIST "C:\Users\RUNNER~1\AppData\Local\Temp\installbuilder_installer.log" type "C:\Users\RUNNER~1\AppData\Local\Temp\installbuilder_installer.log"
ECHO catalina.out
IF EXIST "c:\lucee\tomcat\logs\catalina.out" type "c:\lucee\tomcat\logs\catalina.out"
for /f "tokens=*" %f in ('dir /b /s "catalina*.log"') do type "%f"
ECHO install.log
IF EXIST "c:\lucee\install.log" type "c:\lucee\install.log"
dir /S c:\lucee\
Expand Down

0 comments on commit b94a7dd

Please sign in to comment.