Sets the log level, which determines the amount of information logged, for subscriptions to a deployed DOE-C package.
Syntax
setSubscriptionsLogLevel
{-i|--in inputXmlFile} |
{-d|--domain domainName
-p|--packageName name {-a|--all |
-s|--subscriptionID ID}}
-l|--logLevel level
[-h|--help] [-sl|--silent]
Parameters
- -h|--help – gets help on this command.
- -d|--domain – specifies the domain.
- -i|--in – reads package name from input XML file.
You can generate the XML file by using the -o parameter with the getPackages command.
- -l|--logLevel – specifies the log level to be set:
- -a|--all – specifies the log level for all deployed packages.
- -p|--packageName – specifies a package name for which the log level is set. Package name is followed by a colon and the package version number, with no white space; for example:
-p myPkg:2.0
- -s|--subscriptionID – specifies one or more subscription IDs for which you want to set the log level. Use a comma to separate multiple subscription IDs, with no white space; for example:
-s mySubs1,mySubs2
- -sl|--silent – disables all user interactive
questions; this option is generally used with batch files.