-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting of hosts could be prettier #168
Comments
The host name is padded with 10 spaces to the right. In your case it's an IP address but this could also be an alias from The original reason for this was an attempt to get host names to line up when having multiple servers, e.g.:
|
Okay, so this just gets them to line up right if they aren't too long (i.e. no 15 character IP addresses or longer than 10 char hostnames). It just looks off, but it obviously doesn't need to be considered a bug. :) |
Discussed this with @holetse earlier and we decided to keep this around as a future fix-it ticket. One possible solution he brought up: Bootleg could calculate maximum length of hostnames / IPs and decide on a padding format at start-up. |
How are we feeling about just padding like so:
|
Is there a reason why there's an extra space after the IP address in all bootleg output?
The text was updated successfully, but these errors were encountered: