Skip to content
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

screen size parameter #1

Open
awb99 opened this issue Apr 17, 2017 · 2 comments
Open

screen size parameter #1

awb99 opened this issue Apr 17, 2017 · 2 comments

Comments

@awb99
Copy link

awb99 commented Apr 17, 2017

I am using gotty to display 3 logfiels via multitail

/home/go/bin/gotty -p 8051 multitail workflow1.log workflow2.log workflow3.log

This works fine. But then when I want to run it when I logout of the console, I start it with:

nohup /home/go/bin/gotty -p 8051 multitail workflow1.log workflow2.log workflow3.log &

Now this way, it sort of goes back to a very small terminal size. I can not see any of the logs really,
as the screen size is so small.

I didnt find any parameter to add to gotty.

I was searching for other tools that just set the screensize, but could not find anything that worked.

@awb99
Copy link
Author

awb99 commented Apr 17, 2017

I did try "stty cols 250" but it did not work.

@yubo
Copy link
Owner

yubo commented May 4, 2017

try
gotty daemon -c ./gotty.conf
gotty exec -name abc -addr 0.0.0.0/0 -w -share multitail
gotty "http://ip:port/?name=abc&addr=0.0.0.0/0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants