Do not log invalid comments as errors
As described in #98 (closed), ordinary comments are sometimes taken as (invalid) disabled jobs, and currently logged as parsing errors. This PR tones down the logging level to DEBUG in case of comments, to help identify such false-positives, while keeping ERROR level for active, enabled jobs (WARNING could also be considered).
Additionally, it adds the crontab file name and line in the log message, to aid debugging.