Getting post installation messages dumped on screen

shankha <[email protected]> Thu, 13 Aug 2015 13:12:19 -0400
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <CAO_L6qFVUN0b+SSoJapMxe5J9SgVpaHHycXiep=SuOhyEBUhCg@mail.gmail.com>
Hi,
I am printing some log messages post installation through
configuration file kfs.cfg

%post --nochroot

echo "XYZ"

I do not see the message on terminal. Could you please let me know
where this message is getting printed to.

Is there a way to dump it on stdout.

Thanks