15.4. Logging in AS

Logging in AS can be configured in the Logging section of the Authentication server MC component. The parameters related to logging in AS are the following:

Configuring logging in AS

Figure 15.33. Configuring logging in AS

  • Log level: It is the verbosity level of the logs. Level 3 is the default value, and is usually sufficient. Log level 0 does not produce log messages, while log level 10 logs every small event, and shall only be used for debugging purposes.

  • Trust connection: This parameter permits password-based authentication methods even for unencrypted connections. The default value is: 0 (false).

    If this parameter is ON, the password is accepted even if the connection between PNS and AS is not based on Transport Layer Security (TLS), otherwise it is not.

  • Thread limit: This value defines the number of threads AS can start. The graphical user interface now sets the AS default Thread limit to 100. It is possible though to set a different value for the Thread limit. Set this value according to the anticipated number of stacked connections. If the Thread limit is too low, the PNS proxies stacking AS will experience delays and refused connection attempts. A suggested method to calculate this number, is to monitor the log for "Too many running threads, waiting for one to become free" line and to increase PNS/AS/CF Thread limit parameter accordingly.

    Note, that if the Thread limit is already set with the AS "--threads=" option in the init script, then that option takes precedence. The value defined in the init script is cleared with each upgrade though, therefore this value can easily be updated at each upgrade to the preferred value, defined in the GUI.