File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55from .helpers import LogtailContext , DEFAULT_CONTEXT
66from .formatter import LogtailFormatter
77
8- __version__ = '0.2.6 '
8+ __version__ = '0.2.7 '
99
1010context = DEFAULT_CONTEXT
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def step(self):
6767 if response .status_code == 500 and getattr (response , "exception" ) != None :
6868 print ('Failed to send logs to Better Stack after {} retries: {}' .format (len (RETRY_SCHEDULE ), response .exception ))
6969
70- if shutdown :
70+ if shutdown and self . pipe . empty () :
7171 sys .exit (0 )
7272
7373
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55
6- VERSION = '0.2.6 '
6+ VERSION = '0.2.7 '
77ROOT_DIR = os .path .dirname (__file__ )
88
99REQUIREMENTS = [
You can’t perform that action at this time.
0 commit comments