Skip to main content

ReconfigureLogLevel

Reconfigures the log level for services

Examples

Basic usage:

octo-cli -c ReconfigureLogLevel `
-n "AssetRepository" `
-ln "Meshmakers.*" `
-minL "Debug" `
-maxL "Error"

Options

ShortLongRequiredDescription
-n--serviceNameyesThe service name to configure, allowed is 'Identity', 'AssetRepository', 'Bot', 'CommunicationController', 'AdminPanel', 'Reporting'
-minL--minLogLevelyesThe minimal log level to set for the services, allowed is 'Trace', 'Debug', 'Info', 'Warn', 'Error', 'Fatal', 'Off'
-maxL--maxLogLevelyesThe maximum log level to set for the services, allowed is 'Trace', 'Debug', 'Info', 'Warn', 'Error', 'Fatal', 'Off'
-ln--loggerNameyesThe logger name, allowed is 'Microsoft.', 'Meshmakers.', 'Masstransit.', ''