workflow
workflow copied to clipboard
'deis logs -a <app-name> --lines -1' not outputting all logs since app launch
From @rbankole on May 5, 2017 15:51
deis logs -a <app_name> --lines -1 not spitting out all logs since app launch. As a workaround you have to supply an arbitrarily large number i.e - deis logs -a <app_name> --lines 10000.
Copied from original issue: deis/workflow#810