configure syslog to redirect WebSphere Message Broker (mq) messages to file
On Linux® and UNIX® systems, all WebSphere® Message Broker messages (other than those generated by the command line utilities) are sent to the syslog, so it is useful to redirect user messages to a separate file.
Start of changeOn UNIX, syslog entries are restricted in length and messages that are sent to the syslog are truncated by the new line character. To record a large amount of data in a log on UNIX, set the Destination property on the Trace node to File or User Trace instead of Local Error Log.End of change
Before you create a broker on Linux or UNIX systems, configure the syslog daemon to redirect user messages to a file called user.log:
Log on as root.
Enter the following commands to create a file called user.log.
On UNIX systems, enter the command: Read more…
