Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 320 Bytes

parsing_log_files

Using Python to extract information from any log file

parse_log_ip.py will extract the ip address from a file and return or print it as a dictionary data structure with the line number as the key and the value as a nested dictionary with 'ip' as the key and the extracted ip address as the value.