Sets the log level, which determines the amount of information logged, for one or more deployed DOE-C packages.
Syntax
setPackageLogLevel
{-i|--in inputXmlFile} |
{-d|--domain domainName
{-a|--all | -ps|--packageNames nameAndVersionList}}
[-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 getPackages.
- -l|--logLevel – specifies the log level to be set:
- -a|--all – sets the log level for all deployed packages.
- -ps|--packageNames – specifies one or more package names for which the log level is set. Each package name is followed by a colon and the package version number. Use a comma to separate the information for multiple packages, with no white space; for example:
-p myPkg:2.0
- -sl|--silent – disables all user interactive
questions; this option is generally used with batch files.