以下为某日志文件logfile.txt的内容:2024-12-01 12:01:30,INFO,User admin logged in.
2024-12-01 12:05:45,ERROR,Failed to connect to database
2024-12-01 12:10:02,INFO,User admin performed action X
2024-12-02 14:15:30,ERROR,Unable to find file: config.txt
2024-12-02 15:01:01,WARN,Disk space running Low.
2024-12-03 09:05:13,INFO,User guest logged in.
2024-12-03 09:10:45,ERROR,Connection timeout to server
2024-12-03 09:15:25,INFO,User guest performed action Y.
2024-12-04 10:25:50,ERROR,Failed to read log file
2024-12-04 10:30:00,WARN,Disk space running low
使用grep对该文件进行内容查找,以下哪些选项是正确的?【多选题】