WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Logs

    Posted 04/18/13 01:38 PM
    HI ALL

    Good Day!!!!

    As application server log information updated in SystemOut.log and SystemErr.log, can I change activity.log name with SystemOut.log , so that the service log information will be updated in SystemOut.log

    Is it good practise in prod environment?. please suggest.

    Thanks


  • 2.  Logs

    Posted 04/18/13 02:32 PM
    The IBM Service log contains both the applications server messages that are written to System.out stream and special messages that contain extended service information that can be used to analyze the problem.

    The IBM Service log is maintained in a binary format, so in order to view the activity.log file you will have to use either the command line based showlog tool that is shipped with WebSphere Application Server or use GUI based Log Analyzer tool that is shipped with WebSphere Application Server Toolkit.


    You generally don't use this service log (activity log). Also you cannot redirect it to systemout. This log is mainly used for troubleshooting and If you are collecting logs and traces for any PMR, then it is required.


  • 3.  Logs

    Posted 04/18/13 04:13 PM
    Thanks Joseph