What does head -n 3 logs/service-events.log provide?
head -n 3 logs/service-events.log
Three copies of the complete file
Delete every line after the first three
Only the final three lines
Only the first three lines, useful for inspecting format without printing the whole log