README: missing info for logarea and loglevel added.
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
|||||||
/config.*
|
/config.*
|
||||||
/configure
|
/configure
|
||||||
/depcomp
|
/depcomp
|
||||||
/ebus-daemon
|
/ebusd
|
||||||
/ebus-daemon*.tar.*
|
/ebusd*.tar.*
|
||||||
/install-sh
|
/install-sh
|
||||||
/missing
|
/missing
|
||||||
/stamp-h?
|
/stamp-h?
|
||||||
|
|||||||
@@ -18,7 +18,8 @@ Features
|
|||||||
- cyc fetch data from collected cycle messages
|
- cyc fetch data from collected cycle messages
|
||||||
- hex send given hex value to ebus (ZZ PB SB NN Dx)
|
- hex send given hex value to ebus (ZZ PB SB NN Dx)
|
||||||
- dump toggle dump on/off
|
- dump toggle dump on/off
|
||||||
- log change loglevel
|
- logarea change log area
|
||||||
|
- loglevel change log level
|
||||||
- quit close connection
|
- quit close connection
|
||||||
- help print help page
|
- help print help page
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -85,11 +85,11 @@ void define_args()
|
|||||||
Appl::type_string, Appl::opt_mandatory);
|
Appl::type_string, Appl::opt_mandatory);
|
||||||
|
|
||||||
A.addItem("p_logarea", Appl::Param("all"), "", "logarea",
|
A.addItem("p_logarea", Appl::Param("all"), "", "logarea",
|
||||||
"\tlogging area - bas|net|bus|cyc|all (all)",
|
"\tlog area - bas|net|bus|cyc|all (all)",
|
||||||
Appl::type_string, Appl::opt_mandatory);
|
Appl::type_string, Appl::opt_mandatory);
|
||||||
|
|
||||||
A.addItem("p_loglevel", Appl::Param("trace"), "", "loglevel",
|
A.addItem("p_loglevel", Appl::Param("trace"), "", "loglevel",
|
||||||
"\tlogging level - error|event|trace|debug (event)\n",
|
"\tlog level - error|event|trace|debug (event)\n",
|
||||||
Appl::type_string, Appl::opt_mandatory);
|
Appl::type_string, Appl::opt_mandatory);
|
||||||
|
|
||||||
A.addItem("p_dump", Appl::Param(false), "D", "dump",
|
A.addItem("p_dump", Appl::Param(false), "D", "dump",
|
||||||
|
|||||||
Reference in New Issue
Block a user