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
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
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`):
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:
161
159
162
160
* Critical
163
161
* Error
164
162
* Warning
165
163
* Info
166
164
* Debug
167
165
166
+
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
168
167
## Connect to your blob storage module
169
168
170
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