mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 14:21:47 +00:00
Improves log feature:
* Add --disable-log * Add a log level filter, configurable using conf file (ie. /etc/nfc/libnfc.conf) or environment var LIBNFC_LOG_LEVEL
This commit is contained in:
@@ -6,3 +6,8 @@
|
||||
# Allow intrusive auto-detection (default: false)
|
||||
# Warning: intrusive auto-detection can seriously disturb other devices
|
||||
#allow_intrusive_autoscan = false
|
||||
|
||||
# Set log level (default: error)
|
||||
# Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)
|
||||
# Note: if you set --enable-debug option, the default log level is "debug"
|
||||
#log_level = 1
|
||||
|
||||
Reference in New Issue
Block a user