You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-store-data-blob.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,15 @@ sudo chmod -R 700 <blob-dir>
155
155
156
156
## Configure log files
157
157
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
159
165
166
+
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
160
167
## Connect to your blob storage module
161
168
162
169
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