blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

`servers:cordon` description is not fully shown in `rake --tasks` #1001

Closed debuglevel closed 11 months ago

debuglevel commented 11 months ago

In rake -T, the second line of this description is cut off:

https://github.com/blindsidenetworks/scalelite/blob/1ae48324d9dfe3df5fe2bb55f6e5dbcb53bc608b/lib/tasks/servers.rake#L80-L81

Not sure though whether this is a Rails/Rake/Whatever issue or has to be fixed by project developers.

scouillard commented 11 months ago

Hi, You can set export RAKE_COLUMNS=200 to increase the column width within your terminal. Or you can also use rake -D instead to see the full task description.