Commit d9c16e52 authored by nico baruna's avatar nico baruna

add log

parent 1821211f
Pipeline #23032 failed with stages
......@@ -58,6 +58,7 @@ func main() {
c := time.Tick(10 * time.Second)
statSize = 0
for _ = range c {
fmt.Println("Start Scanning error log")
readFile(MYFILE)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment