Puppet Data Type Alias: Wmflib::Syslog::Level::Python

Defined in:
modules/wmflib/types/syslog/level/python.pp

Overview

Capitalized names are allowed since they can be passed verbatim to logging.basicConfig 'level' argument by some software.

Alias of

Enum['notset', 'NOTSET', 'debug', 'DEBUG', 'info', 'INFO', 'warning', 'WARNING', 'error', 'ERROR', 'critical', 'CRITICAL']


# File 'modules/wmflib/types/syslog/level/python.pp', line 5