Enabling Message Logging in the Diagnostic Console - FHIR - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard

FHIR

Platform
OnBase
Product
FHIR
Release
Foundation 23.1
License
Premier
Standard

To assist in troubleshooting issues with FHIR, you can enable message logging to the Trace Viewer tab of the Diagnostics Console. This function logs all incoming messages and headers for FHIR. To enable message logging, you must add a configuration key to the web.config file of the OnBase Application Server.

CAUTION:

Enabling message logging for extended periods can lead to severe performance issues due to overloaded disk space or memory. Enable message logging for troubleshooting purposes only.

For details on using the Diagnostics Console, see the Diagnostics Service and Diagnostics Console module reference guide.

To edit the web.config file:

  1. Locate the web.config file of the OnBase Application Server. In a default installation, this is located at C:\inetpub\wwwroot\AppServer for 32-bit environments and C:\inetpub\wwwroot\AppServer64 for 64-bit environments.
  2. Open the web.config file in a plain-text editor.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the appSettings element and add the following element as a child of the appSettings element:
    <add key="FHIRMessageLogging" value="true"/>

    If this element already exists, ensure the value of the value attribute is true.

  4. Save and close the web.config file.
  5. Refresh the cache of the Application Server for the changes to take effect.