Searched defs:line (Results 1 - 1 of 1) sorted by relevance

/pkg/src/util/log-scripts/
H A Dtranslate.py33 # Translate an apache log line into a format that is smaller and easier to parse:
55 line = infile.readline() variable
56 if len(line) == 0: # EOF
59 #print("line: [{0}]".format(line))
61 fields = line.split()

Completed in 16 milliseconds