Log: libcrmcommon: correctly raise detail log line length
7d1de988 intended to set the maximum log line length for the system log to 256
and the detail log to 800. However it used QB_LOG_SYSLOG for both, effectively
setting the system log to 800 and letting the detail log default. Fix that.