Skip to main content
Version: v0.18.0

Application Settings

Sequence is configured using the appsettings.json file which can be found in the lib directory.

FileDescription
appsettings-default.jsonThe default configuration file that comes with Sequence. Logs to Console (Info) and File (Debug)
appsettings-docgen.jsonMinimal configuration that only outputs warnings and errors to the console. It's used to generate documentation.
appsettings-full.jsonFull configuration that includes four logging targets: Console, File, JSON file, and Elastic Search.