mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Tailing logs needs a bit more width for new task servers.
This commit is contained in:
parent
4d6f0b5000
commit
7bd7d4ba9d
2 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
- firewall
|
||||
- ufw
|
||||
- hetzner_firewall
|
||||
- hfirewall
|
||||
|
||||
- name: Allow all access from Hetzner inventory hosts with docker
|
||||
become: yes
|
||||
|
|
@ -57,6 +58,7 @@
|
|||
- firewall
|
||||
- ufw
|
||||
- hetzner_firewall
|
||||
- hfirewall
|
||||
|
||||
- name: Allow all access from inventory hosts old + new
|
||||
become: yes
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ def read_streams(streams):
|
|||
streams.remove(stream)
|
||||
break
|
||||
try:
|
||||
combination_message = "[%-13s] %s" % (stream.name[:13], data.decode())
|
||||
combination_message = "[%-15s] %s" % (stream.name[:13], data.decode())
|
||||
except UnicodeDecodeError:
|
||||
continue
|
||||
sys.stdout.write(combination_message)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue