> We are running peoplesoft process schedulers under Unix . > What I want to do is log activities of these process > schedulers to a log file.
I'm confused by your reference to what looks like z/OS -- is this a USS or Linux question? In either case, the application has to be specifically written to log output to syslog. The programmer chooses what syslog message class is used, and you can then capture that message class in /etc/syslogd.conf to log the messages appropriately. If the application wasn't written to use syslog, then you can use a wrapper script to run 'logger' with a text string for each start, run your application, and then run 'logger' again to write a end line. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
