salspaugh / splparser

Simple parser for Splunk Processing Language (SPL) written in Python.
Other
35 stars 14 forks source link

Fixed command logging. #37

Closed salspaugh closed 11 years ago

salspaugh commented 11 years ago

Fixed logging so that all commands now write log messages to logs/<cmd>rules.log. Logging was previously broken by the move to classes because debugging was turned off. This commit turns it back on and also gives each rule it's own logger, and organizes all logs into a logs directory.