plugins.neorg.logger.floatPrecision

Can limit the number of decimals displayed for floats

Type: null or floating point number

Default: null

Plugin default: 0.01

Declared by:

plugins.neorg.logger.highlights

Should highlighting be used in console (using echohl)

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neorg.logger.level

Any messages above this level will be logged

Type: null or one of “debug”, “error”, “fatal”, “info”, “trace”, “warn” or raw lua code

Default: null

Plugin default: "warn"

Declared by:

plugins.neorg.logger.plugin

Name of the plugin. Prepended to log messages

Type: null or string or raw lua code

Default: null

Plugin default: "neorg"

Declared by:

plugins.neorg.logger.useConsole

Should print the output to neovim while running

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neorg.logger.useFile

Should write to a file

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: