Skip to content

Commit 0c440a5

Browse files
authored
Merge pull request #121147 from nkgami/patch-39
Add LogLevel for Blob Storage module
2 parents dcb17d4 + f317e6a commit 0c440a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,15 @@ sudo chmod -R 700 <blob-dir>
155155

156156
## Configure log files
157157

158-
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
158+
The default output log level is 'Info'. To change the output log level, set the `LogLevel` environment variable for this module in the deployment manifest. `LogLevel` accepts the following values:
159+
160+
* Critical
161+
* Error
162+
* Warning
163+
* Info
164+
* Debug
159165

166+
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
160167
## Connect to your blob storage module
161168

162169
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)