Disabling colors in CluedIn log output

CluedIn uses Serilog for logging. By default, logs are formatted with an ANSI color theme.

If you wish to disable this and output just plain text logs, you can do so by adding the following line to your configuration:

CLUEDIN_appSettings__Serilog_ThemedLogOutput: "false"