[성현모] VPKI 프로젝트 Import
This commit is contained in:
8
Projects/VPKI/Tools/Tools_Docker_SystemLogViewer.bat
Normal file
8
Projects/VPKI/Tools/Tools_Docker_SystemLogViewer.bat
Normal file
@ -0,0 +1,8 @@
|
||||
::도커 이미지 안에 로그 보기위해 최신 날짜로 열기
|
||||
@echo off
|
||||
|
||||
set YEAR=%date:~0,4%
|
||||
set MONTH=%date:~5,2%
|
||||
set DAY=%date:~8,2%
|
||||
|
||||
Powershell.exe get-content ..\VPKI\Docker_log\%YEAR%\%MONTH%\%date%.log -wait -tail 20
|
||||
Reference in New Issue
Block a user