Skip to content

Commit 4310fa6

Browse files
authored
DAOS-15636 doc: Include engine log mask values in config file (#17551) (#17558)
Engine log_mask values are different from those for the control log mask. Signed-off-by: Kris Jacque <[email protected]>
1 parent e6b9fd9 commit 4310fa6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

utils/config/daos_server.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@
364364
# # Force specific debug mask for the engine at start up time.
365365
# # By default, just use the default debug mask used by DAOS.
366366
# # Mask specifies minimum level of message significance to pass to logger.
367-
#
367+
# # Currently supported values:
368+
# # DEBUG, DBUG (alias for DEBUG), INFO, NOTE, WARN, ERROR, ERR (alias for ERROR), CRIT, ALRT,
369+
# # FATAL, EMRG, EMIT
370+
# #
368371
# # default: ERR
369372
# log_mask: INFO
370373
#
@@ -528,7 +531,10 @@
528531
# # Force specific debug mask for the engine at start up time.
529532
# # By default, just use the default debug mask used by DAOS.
530533
# # Mask specifies minimum level of message significance to pass to logger.
531-
#
534+
# # Currently supported values:
535+
# # DEBUG, DBUG (alias for DEBUG), INFO, NOTE, WARN, ERROR, ERR (alias for ERROR), CRIT, ALRT,
536+
# # FATAL, EMRG, EMIT
537+
# #
532538
# # default: ERR
533539
# log_mask: INFO
534540
#

0 commit comments

Comments
 (0)