Tabulify - Log Level

Undraw Text Files

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:

tabli data list --log-level tip
globals:
  log-level: tip
export TABLI_LOG_LEVEL=tip
Task Runner