File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ using Azure Storage client libraries.
183
183
*message_ttl *.
184
184
185
185
The *base64_encoding * specifies the necessity for encoding
186
- log text in Base64. If you set this as True, Unicode log text
186
+ log text in Base64. If you set this to `` True `` , Unicode log text
187
187
in a message is encoded in utf-8 first and then encoded in Base64.
188
188
Some of Azure Storage client libraries or tools assume that
189
189
text messages in Azure Storage queue are encoded in Base64,
190
- so you can set this as True to receive log messages correctly
190
+ so you can set this to `` True `` to receive log messages correctly
191
191
with those libraries or tools.
192
192
193
193
BlobStorageRotatingFileHandler
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'azure-storage-logging' ,
20
- version = '0.3 .0' ,
21
- description = 'Logging handlers to send logging output to Microsoft Azure Storage' ,
20
+ version = '0.4 .0' ,
21
+ description = 'Logging handlers to send logs to Microsoft Azure Storage' ,
22
22
long_description = open ('README.rst' ).read (),
23
23
author = 'Michiya Takahashi' ,
24
24
You can’t perform that action at this time.
0 commit comments