Hello,
I run LS on SLES12 of s390 and get this msg as follows:
" bin/logstash -e 'input { stdin { } } output { stdout { codec => rubydebug } }'
io/console not supported; tty will not be manipulated
Logstash startup completed "
But if run LS on SLES12 of X86, no such a msg displayed:
" bin/logstash -e 'input { stdin { } } output { stdout { codec => rubydebug } }'
Logstash startup completed "
My question is what this ms g mean and why LS behaves different on platforms
even though Linux is the same
Thanks,
Sam