EF_LOG

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English
Name
log_category
Default
27
Minimum
0
Scope
per-stack

Designed to control how chatty Onload's informative/warning messages are. Specified as a comma separated list of options to enable and disable (with a minus sign). Valid options are:

  • 'banner' (on by default)
  • 'resource_warnings' (on by default)
  • 'config_warnings' (on by default)
  • 'conn_drop' (off by default)
  • 'usage_warnings' (on by default).

For example:

  • To enable conn_drop:
    EF_LOG=conn_drop
  • To enable conn_drop and turn off resource warnings:
    EF_LOG=conn_drop,-resource_warnings