Skip to content

Commit

Permalink
enable compression for put logs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Aug 29, 2018
1 parent ce36982 commit 4e8d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun/log/putlogsrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PutLogsRequest(LogRequest):
"""

def __init__(self, project=None, logstore=None, topic=None, source=None, logitems=None, hashKey=None,
compress=False, logtags=None):
compress=True, logtags=None):
LogRequest.__init__(self, project)
self.logstore = logstore
self.topic = topic
Expand Down

0 comments on commit 4e8d0b0

Please sign in to comment.