EO alias configuration

EO aliases define the type and level of output that is generated by specific threads and processes. The Engine Output Configurator lists all entries in the current alias definition.

For example:

ENABLE tps msgdisp INFO 2
  • ENABLE is the action on the output.
  • tps is the module affected by the entry.
  • msgdisp is the submodule affected by the entry.
  • INFO is the output severity.
  • 2 is the level of detail for the output.

ENABLEALL_EXCEPT_MSG

This EO alias is used when you know there is an error, but are unsure what it is and require as much detail as possible.

Too much information, though, can fill up the log and could also contain patient data that should not be accessible by others.

In this case, you can use the ENABLEALL_EXCEPT_MSG EO alias

This alias includes everything in enable_all, except the message data.