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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,14 @@ sudo chmod -R 700 <blob-dir>
157
157
158
158
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
159
159
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
+
160
168
## Connect to your blob storage module
161
169
162
170
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