File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
-d Instruct mbusd not to fork itself (non-daemonize).
63
63
-L logfile
64
64
Specifies log file name ('-' for logging to STDOUT only, relative path or bare filename
65
- will be stored at /var/log, default is /var/log/mbus .log).
65
+ will be stored at /var/log, default is /var/log/mbusd .log).
66
66
-v level
67
67
Specifies log verbosity level (0 for errors only, 1 for warnings and 2 for informational
68
68
messages also). If mbusd was compiled in debug mode, valid log levels are up to 9,
Original file line number Diff line number Diff line change 10
10
loglevel = 2
11
11
12
12
# Logfile (fully-qualified path, or filename [stored at /var/log/] or - for STDOUT only)
13
- logfile = /var/log/mbus .log
13
+ logfile = /var/log/mbusd .log
14
14
15
15
########## Serial port settings #############
16
16
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern int isdaemon;
40
40
41
41
/* Default log file path and name */
42
42
#define LOGPATH "/var/log/"
43
- #define LOGNAME "mbus .log"
43
+ #define LOGNAME "mbusd .log"
44
44
45
45
#ifdef LOG
46
46
int log_init (char * logname );
You can’t perform that action at this time.
0 commit comments