Skip to content

Commit bf9e53f

Browse files
authored
Add LogLevel for Blob Storage module
Add description of "LogLevel" environment variable to configure the output log level from Blob Storage module on IoT Edge.
1 parent 2298d40 commit bf9e53f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/iot-edge/how-to-store-data-blob.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ sudo chmod -R 700 <blob-dir>
157157

158158
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
159159

160+
To configure the output log level, you can set `LogLevel` environment variable for this module. `LogLevel` can take the following values (the default value is set to `Info`):
161+
162+
* Critical
163+
* Error
164+
* Warning
165+
* Info
166+
* Debug
167+
160168
## Connect to your blob storage module
161169

162170
You can use the account name and account key that you configured for your module to access the blob storage on your IoT Edge device.

0 commit comments

Comments
 (0)