Skip to content
Davide Perini edited this page Jan 5, 2025 · 15 revisions

Firefly Luciferin Logs can be found in the ~\Documents\FireflyLuciferin\logs folder or in XDG_CONFIG_HOME for Linux.

To enable debug mode, please edit the
~\Documents\FireflyLuciferin\FireflyLuciferin.yaml file
go to the bottom of the file and change the extended log option from this:
extendedLog: "INFO"
to this:
extendedLog: "DEBUG"
once done, please restart Firefly Luciferin
you'll find extended logs in the ~\Documents\FireflyLuciferin\logs folder.

Supported log level are:

  • TRACE: The TRACE Level designates finer-grained informational events than the DEBUG.
  • DEBUG: The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
  • INFO: The INFO level designates informational messages that highlight the progress of the application at coarse-grained level. (This is the DEFAULT log level)
  • WARN: The WARN level designates potentially harmful situations.
  • ERROR: The ERROR level designates error events that might still allow the application to continue running.
  • FATAL: The FATAL level designates very severe error events that will presumably lead the application to abort.
  • ALL: The ALL has the lowest possible rank and is intended to turn on all logging.
  • OFF: The OFF has the highest possible rank and is intended to turn off logging
Clone this wiki locally