ReconfigureLogLevel
Reconfigures the log level for services
Examples
Basic usage:
octo-cli -c ReconfigureLogLevel `
-n "AssetRepository" `
-ln "Meshmakers.*" `
-minL "Debug" `
-maxL "Error"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-n | --serviceName | yes | The service name to configure, allowed is 'Identity', 'AssetRepository', 'Bot', 'CommunicationController', 'AdminPanel', 'Reporting' |
-minL | --minLogLevel | yes | The minimal log level to set for the services, allowed is 'Trace', 'Debug', 'Info', 'Warn', 'Error', 'Fatal', 'Off' |
-maxL | --maxLogLevel | yes | The maximum log level to set for the services, allowed is 'Trace', 'Debug', 'Info', 'Warn', 'Error', 'Fatal', 'Off' |
-ln | --loggerName | yes | The logger name, allowed is 'Microsoft.', 'Meshmakers.', 'Masstransit.', '' |