mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Tailing logs needs a bit more width for new task servers.
This commit is contained in:
parent
7bd7d4ba9d
commit
fe708196ee
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def read_streams(streams):
|
|||
streams.remove(stream)
|
||||
break
|
||||
try:
|
||||
combination_message = "[%-15s] %s" % (stream.name[:13], data.decode())
|
||||
combination_message = "[%-15s] %s" % (stream.name[:15], data.decode())
|
||||
except UnicodeDecodeError:
|
||||
continue
|
||||
sys.stdout.write(combination_message)
|
||||
|
|
Loading…
Add table
Reference in a new issue