'screen' limits number of lines stored. There are 2 ways:Hello,
I have a question.
How I can wiev all changes in my TFS ? (when i do screen and on my server i see only maybe 10 changes)
[ How i can see all changes : etc: 14:10 start to 19:10 global save)
I see only 10 maybe lines.
./tfs | tee -a console.log
'screen' limits number of lines stored. There are 2 ways:
1) run without screen - only for development, if you close Putty server may go offline (or it stays online, but you got no access to console anymore)
2) run server on screen, but save console output to file:
than it will put all console messages to file console.logCode:./tfs | tee -a console.log