logging: set default max_length for syslog lines to 120
logging: handlers are old style class, super does not work there
logging: make maximum line length configurable
logging: remove BOM addition to log messages
logging: add logging handler SysLogHandler
- it properly handle unicode, - it wraps long content as multiple log lines.