Many text logs contain messages of only a specific facility and some contain messages of only a specific severity. So I suggest that we add two fields to the text file stream config: default severity and facility. They may not be specified, but if they are, the configured value will be returned to the caller if the parser can obtain no actual value.
For example, if I know that a standard log file contains only local7 message, I can set the default facility to "local7" and every message will be returned with that (correct) facility. IMHO that's a much better user experience.
... and it should be more than trivial to implement
Thoughts? Or implementation confirmation?
Rainer


