Spoken Tutorial, IIT Bombay 
	  https://spoken-tutorial.org 
      Python for Automation - Log Monitoring
    
Assignment:
1. Scan the log file for occurrences of the word "ERROR" and "CRITICAL" .
2. Extract the timestamp of each occurrence.
3. Plot the frequency of errors by time using matplotlib.