]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/faq/faq.rst
log: do not drop debug logs at compile time
[dpdk.git] / doc / guides / faq / faq.rst
index 8d1ea6cc30c094acd4f988fae0dcfa83bcc287d7..0adc549eedee1180f1b859e8754bd13f599a9227 100644 (file)
@@ -101,7 +101,7 @@ Yes, the option ``--log-level=`` accepts one of these numbers:
     #define RTE_LOG_INFO 7U     /* Informational. */
     #define RTE_LOG_DEBUG 8U    /* Debug-level messages. */
 
-It is also possible to change the maximum (and default level) at compile time
+It is also possible to change the default level at compile time
 with ``CONFIG_RTE_LOG_LEVEL``.