Blame | Last modification | View Log | RSS feed
# This file is no longer used and will be removed in a future version.# Any changes here will be ignored.# Please see `man rhsm.conf` for new logging config information.[loggers]keys=root,rhsm-app,rhsm,subscription_manager,py.warnings[handlers]keys=rhsm_log,subman_debug[formatters]keys=rhsm_log,subman_debug[logger_root]level=NOTSEThandlers=subman_debug[logger_rhsm-app]level=DEBUGhandlers=rhsm_logqualname=rhsm-app[logger_rhsm]level=DEBUGhandlers=rhsm_logqualname=rhsm[logger_subscription_manager]level=DEBUGhandlers=rhsm_logqualname=subscription_manager[logger_py.warnings]level=WARNINGhandlers=rhsm_logqualname=py.warnings[formatter_syslog]format=[%(levelname)s] @%(filename)s:%(lineno)d - %(message)sdatefmt=class=logging.Formatter[formatter_rhsm_log]format=%(asctime)s [%(levelname)s] %(cmd_name)s:%(process)d @%(filename)s:%(lineno)d - %(message)sdatefmt=class=logging.Formatter[formatter_subman_debug]format=%(asctime)s [%(name)s %(levelname)s] %(cmd_name)s(%(process)d):%(threadName)s @%(filename)s:%(funcName)s:%(lineno)d - %(message)sdatefmt=class=logging.Formatter[handler_syslog]class=handlers.SysLogHandlerlevel=INFOformatter=syslogargs=(('/dev/log',))[handler_rhsm_log]class=subscription_manager.logutil.RHSMLogHandlerlevel=INFOformatter=rhsm_log# logfilepath is '/var/log/rhsm/rhsm.log' by default# To change it, replace '%(logfilepath)s' with the path to the desired log file.# For example, args=('/var/log/rhsm/mylogfile.log',)args=('%(logfilepath)s',)[handler_subman_debug]class=subscription_manager.logutil.SubmanDebugHandlerlevel=DEBUGformatter=subman_debugargs=()