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 5
5
from .helpers import LogtailContext , DEFAULT_CONTEXT
6
6
from .formatter import LogtailFormatter
7
7
8
- __version__ = '0.2.6 '
8
+ __version__ = '0.2.7 '
9
9
10
10
context = DEFAULT_CONTEXT
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def step(self):
67
67
if response .status_code == 500 and getattr (response , "exception" ) != None :
68
68
print ('Failed to send logs to Better Stack after {} retries: {}' .format (len (RETRY_SCHEDULE ), response .exception ))
69
69
70
- if shutdown :
70
+ if shutdown and self . pipe . empty () :
71
71
sys .exit (0 )
72
72
73
73
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
6
- VERSION = '0.2.6 '
6
+ VERSION = '0.2.7 '
7
7
ROOT_DIR = os .path .dirname (__file__ )
8
8
9
9
REQUIREMENTS = [
You can’t perform that action at this time.
0 commit comments