Skip to content

Logging ๐Ÿž

Enola “out of the box” is “silent”, and does not “print what it’s doing”.

But the verbosity command-line argument allows to “see what’s going on internally”:

  • -v will show only “error” (AKA “severe”) log messages
  • -vv will additionally also show “warning” log messages
  • -vvv will additionally also show “information” log messages
  • -vvvv will additionally also show “debug” (AKA “debug” and “fine”) log messages
  • -vvvvv will additionally also show “more debug” (AKA “finer”) log messages
  • -vvvvvv will additionally also show “trace” (AKA “finest”) log messages
  • -vvvvvvv will show all available log messages

The Chat UI Server also has a UI which shows which Agents & Tools were called.