]> git.openfabrics.org - ~ardavis/dapl.git/commit
mpxyd: add new logging levels, bit mapped for better control
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 6 Aug 2013 19:54:38 +0000 (12:54 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 6 Aug 2013 19:54:38 +0000 (12:54 -0700)
commit7aa5c91f392e1f97810dcc9c37e79ccf13ddd112
tree34d54aa193087b33eb82fd6fe6e4b89d1872e405
parent8a5db3b1fb40484761d12981b4e8ddab3e59a624
mpxyd: add new logging levels, bit mapped for better control

 log_level:
 Indicates the amount of detailed data written to the log file.  Log levels
 are bit mapped as follow: 0xf for full verbose

 0x0 - errors always reported
 0x1 - warnings
 0x2 - cm operations
 0x4 - data operations
 0x8 - all other operations

default is still 0 == errors only

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
dapl/svc/mpxyd.c
doc/mpxyd.conf