Tabulify supports 5 levels of log.
| Level Value | Description |
|---|---|
| error | Show only the error log |
| warn | Show the warning log and all level above (ie error) |
| tip | Show the tip log and all log above (ie error and warning) |
| info | Show the info logs and all level above (ie error, warning and tip) |
| fine | Show all logs |
By default, the log level is the info level.
log level is a global attribute that sets the log level.
You can change the log level:
tabli data list --log-level tip
globals:
log-level: tip
export TABLI_LOG_LEVEL=tip