Tabulify - Log Level
About
Tabulify supports 5 levels of log.
Values
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 |
Management
Default
By default, the log level is the info level.
log level is a global attribute that sets the log level.
Set
You can change the log level:
- via the log-level option.
tabli data list --log-level tip
- via the the configuration vault
globals:
log-level: tip
- via the log-level os environment variable.
export TABLI_LOG_LEVEL=tip