====== 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 [[docs:conf:global|global attribute]] that sets the [[docs:common:log|log]] level. ==== Set ==== You can change the log level: * via the ''log-level'' [[docs:tabli:option|option]]. tabli data list --log-level tip * via the [[docs:conf:vault|the configuration vault]] globals: log-level: tip * via the ''log-level'' [[docs:conf:os|os environment variable]]. export TABLI_LOG_LEVEL=tip