plugins.neorg.logger.floatPrecision

Can limit the number of decimals displayed for floats

Plugin default: 0.01

Type: null or floating point number

Default: null

Declared by:

plugins.neorg.logger.highlights

Should highlighting be used in console (using echohl)

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.neorg.logger.level

Any messages above this level will be logged

Plugin default: "warn"

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

Default: null

Declared by:

plugins.neorg.logger.plugin

Name of the plugin. Prepended to log messages

Plugin default: "neorg"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.neorg.logger.useConsole

Should print the output to neovim while running

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.neorg.logger.useFile

Should write to a file

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: