tail -f /var/log/xyz*.log
if you want to see last 200 lines added:
if you want to see last 200 lines added:
tail -n 200 /var/log/xyz*.log
note the asterisk "*" symbol, that monitors ALL logs that meet the pattern, which is helpful with log names ending with DATE.