[FLI-769] Allow for debug logging in engine #60
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
linear
Created by Linear-GitHub Sync
Milestone
We need a way to enable debug level logging for the engine, for example to see:
namespaces/flags
the engine is aware ofI think this will need to be implemented in two parts:
Instead of simply enabling
DEBUG
or not, we could think about how to support X number of log levels, likeDEBUG
,INFO
,WARN
,ERROR
for example and standardize on thoseFLI-769
The text was updated successfully, but these errors were encountered: