How to write Compile Error log

Hello :slight_smile:
I want to see a compile Error log.
I’ve been running with batch file…

Example)
“/Engine/Binaries/DotNET/UnrealBuildTool.exe” MYProjectName Android Development -reload

If the build fails…
I can see a log on console output window. but It’s not easy to find error on console output window.
so I want to save a compile error log file.
Is it possible? someone help me…