Skip to content

Commit

Permalink
logfetch bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas committed Feb 29, 2016
1 parent 8894b68 commit 92f5ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/logfetch/tail.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import threading
from grep import grep_command
from termcolor import colored
from singularity_request import get_json_response
from logfetch_base import log
from logfetch_base import log, get_json_response

TAIL_LOG_FORMAT = '{0}/sandbox/{1}/read'
READ_INTERVAL = 5
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='singularity-logfetch',
version='0.24.0',
version='0.24.1',
description='Singularity log fetching and searching',
author="HubSpot",
author_email='[email protected]',
Expand Down

0 comments on commit 92f5ad0

Please sign in to comment.