Question
· Jan 26

What global can I use to enable the FHIR Log Data Beta feature?

My question is about the below tile, which only shows up if you set a specific global.
Does anyone know what that global is?

Discussion (5)5
Log in or sign up to continue

Hi @Theo Stolker 

the log is managed by the ^FSLogChannel global.

 set ^FSLogChannel(channelType) = 1

For example, to enable logging for all types of information, enter:

 set ^FSLogChannel("all") = 1

ChannelType is one of the following:

  • Msg — Logs status messages.
  • SQL — Logs SQL-related information.
  • _include — Logs information related to searches that use the _include and _revinclude parameters.
  • all — Logs all three types of information.