You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xit-ntri/REF/deploy/ntri/bin/logprint.bat

5 lines
179 B
Batchfile

@echo off
rem Real Time Logging...(Windows: Get-Content [파일명] -Wait -Tail 10, Linux: tail -f [파일명])
powershell.exe -Command "Get-Content ./logs/logback.log -Wait -Tail 10"