Skip to content

Commit fd6ec1d

Browse files
nkgamiPatAltimore
andauthored
make clarification on LogLevel environment variable
Co-authored-by: Pat Altimore <[email protected]>
1 parent bf9e53f commit fd6ec1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +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).
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:
161159

162160
* Critical
163161
* Error
164162
* Warning
165163
* Info
166164
* Debug
167165

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

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