Configure the output location for logs

You can configure the location for storing logging data for tenants. The logging data for all tenants is stored within the same location.

  1. On the header bar, click Trace Logging > Output Settings.

    The Trace Logging Output dialog box appears, and on the Output format list, File is selected by default.

  2. In the File path box, provide the file path, including the filename, such as C:\Logs\Log1.

    If you do not provide the filename, then the settings from the configuration file are used if logging is enabled. If a filename is provided in the output settings, then this setting takes precedence over the configuration file setting.

  3. Click Save.

    At runtime, log files with log data are created in the directory that you provided. In case of multiple log files, the files are prefixed with the filename you provide here.

    For example, if the filename is "Log1", the log files will be prefixed as Log1.log, Log1.Agility.Server.Core.log, and so on.

    If files exist with the same name, the logging data is appended to the existing files.