summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index ae6b5c008f..5468f798e7 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -234,15 +234,15 @@ And their use cases:
### Enabling logging
bmcweb by default is compiled with runtime logging disabled, as a performance
-consideration. To enable it in a standalone build, add the
+consideration. To enable it in a standalone build, add the logging level
```ascii
--Dlogging='enabled'
+-Dlogging='debug'
```
option to your configure flags. If building within Yocto, add the following to
your local.conf.
```bash
-EXTRA_OEMESON:pn-bmcweb:append = "-Dbmcweb-logging='enabled'"
+EXTRA_OEMESON:pn-bmcweb:append = "-Dbmcweb-logging='debug'"
```