The
Loggers tab
in the Server Manager displays the loggers that are in use for the
selected server component, as shown in the following example:
For each logger that
is associated with the server component, this tab shows the logging
level that is in effect. If
<Inherited> appears
in the third column, then the logging level is not set explicitly
for the logger. Instead, the level is inherited from a parent logger.
If you want to see which logging level is in effect through inheritance,
then right-click the entry and select
Properties.
The logging levels that
are in effect at server start-up are based on the server's logging
configuration file. In most cases, there is no need to change the
logging levels. However, SAS Technical Support might request that
you change a logging level temporarily to assist in problem resolution.
For example, you might be requested to increase the level for the
object spawner's
App
logger.
To change the logging
level temporarily for a logger:
-
Right-click the entry
for the logger whose level you want to change, and select
Properties.
-
In the
Properties dialog
box, select the
Assigned radio button. Then
select the appropriate level from the drop-down box.
CAUTION:
Excessive
logging can degrade performance. You should not use the TRACE and
DEBUG logging levels unless you are directed to do so by SAS Technical
Support.
The logging level changes
that you enter here have the following effects on logging:
-
For the duration of the server
process, the changes override the logging levels that are defined
in the server's logging configuration file.
-
The changes affect messages that
are displayed in the
Log tab, as well as
messages that are sent to other appenders (as configured in the server's
logging configuration file).
-
The changes remain in effect until
the server component or process stops. When the server component is
restarted, the logging levels revert to those that are defined in
the server's logging configuration file.
Note: The logging levels that are
set in the default configuration files should be sufficient for most
sites. If you need to permanently change logging levels for a component,
then you must change the logging configuration file. To maintain system
performance, use extreme caution in making these changes.
The
Loggers tab
is displayed for the following server components:
-
-
object spawner connections
-
-
pooled workspace server processes
-
stored process server processes
-
-
workspace server processes
For more information, see
Administering Logging for SAS Servers in this guide, as well as the
SAS Logging: Configuration and Programming Reference.