allow logging raw bytes via command line again

This commit is contained in:
john30
2017-04-23 12:08:35 +02:00
parent 43042eec9d
commit e6b6e17db3
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ struct options {
LogLevel logLevel; //!< log level [notice]
bool multiLog; //!< multiple log levels adjusted with --log=...
bool logRaw; //!< raw log each received/sent byte on the bus
unsigned int logRaw; //!< raw log each received/sent byte on the bus (1=messages, 2=bytes)
const char* logRawFile; //!< name of raw log file [/var/log/ebusd.log]
unsigned int logRawSize; //!< maximum size of raw log file in kB [100]