Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
iot
/
Filename :
set-v2-logging-level.rst
back
Copy
**To set the logging level for a thing group** The following ``set-v2-logging-level`` example sets the logging level to log warnings for the specified thing group. :: aws iot set-v2-logging-level \ --log-target "{\"targetType\":\"THING_GROUP\",\"targetName\":\"LightBulbs\"}" \ --log-level WARN This command produces no output.