Steve DiBenedetto | bf6a93d | 2014-03-21 14:03:02 -0600 | [diff] [blame] | 1 | log |
| 2 | { |
| 3 | ; default_level specifies the logging level for modules |
| 4 | ; that are not explicitly named. All debugging levels |
| 5 | ; listed above the selected value are enabled. |
| 6 | ; |
| 7 | ; Valid values: |
| 8 | ; |
| 9 | ; NONE ; no messages |
| 10 | ; ERROR ; error messages |
| 11 | ; WARN ; warning messages |
| 12 | ; INFO ; informational messages (default) |
| 13 | ; DEBUG ; debugging messages |
| 14 | ; TRACE ; trace messages (most verbose) |
| 15 | ; ALL ; all messages |
| 16 | |
| 17 | ; default_level INFO |
| 18 | |
| 19 | ; You may override default_level by assigning a logging level |
| 20 | ; to the desired module name. Module names can be found in two ways: |
| 21 | ; |
| 22 | ; Run: |
| 23 | ; nfd --modules |
| 24 | ; |
| 25 | ; Or look for NFD_LOG_INIT(<module name>) statements in .cpp files |
| 26 | ; |
| 27 | ; Example module-level settings: |
| 28 | ; |
| 29 | ; FibManager DEBUG |
| 30 | ; Forwarder INFO |
| 31 | } |