Specifying Global Options

Global options includes log file options and real-time options:

  • Log File Options are used to manage the size of the log file and how logs are maintained:
    • Maximum size. This is the maximum size for all individual log files.
    • Circular logging. After the log file reaches the maximum file size, Logging Tool resumes writing entries at the beginning of the file.
    • Sequential logging. After the log file reaches the maximum file size, Logging Tool stops logging operations.
    • New file. Use this option to specify that logging is to roll over the log file and start over when the file reaches the maximum size. This generates a new log file.
  • Real Time Options are used to specify how logging performs in real-time monitoring and filtering.
    • Real Time Monitoring. Choosing this option enables you to see traces in the console window as they accumulate. You can also use the Display only, no log file option with real-time monitoring, which enables you to see traces in the console window, but does not generate a log file.
    • Filter Options. You can use the Enable Filters option to enable filtering on log files so that only traffic to and from the addresses you specify are displayed. You can specify URI addresses, which will include only traffic to and from the specified SIP URI in the log file, and FQDN addresses, which will include only traffic to and from the specified computer FQDN in the log file. Trace filtering for URI/FQDN is available only for the SipStack and UserServices components; for all other components, the traces cannot be filtered at run time.

Note

Although it can be useful to continue logging for a day or more to help troubleshoot an intermittent problem, we recommend that you not run real-time monitoring for more than an hour at a time.
We also recommend that you not use OCS Logger for ongoing monitoring. Turning on logging for an extended time for servers in a production environment can affect server performance.
For monitoring and troubleshooting, use the Microsoft Office Communications Server 2007 Management Pack for MOM 2005 or the Office Communications Server 2007 troubleshooting tools. For more information about Office Communications Server troubleshooting tools, see the Microsoft Office Communications Server 2007 Technical Reference.

To specify global options

  1. Open Office Communications Server 2007 R2 Logging Tool, New Debug Session.

  2. Under Global Options, do the following:

    • Under Log File, in Type, click the type of log file you want to use.
    • To enable real-time monitoring, select the Real Time Monitoring check box and, if appropriate, the Display only, no log file check box.
    • To configure filters for real-time monitoring, under Filter Options, select the Enable Filters check box, and then specify URI and FQDN addresses to and from which you want to enable filters.