# Introduction In this challenge, we will create a program to classify log information. We have a log file with different log levels and we need to extract and save the lines with the ERROR level to a separate file without the log level. The purpose of this challenge is to practice file handling and string manipulation in order to effectively process log data.
Click the virtual machine below to start practicing