How to change log level?
You can set log level with environment variable KNAPSACK_PRO_LOG_LEVEL
.
The default level is info
.
Available log levels (from most important to least important):
error
- shows only critical errorswarn
- shows warnings (e.g. Fallback Mode has started)info
- shows Knapsack Pro API request response bodyverbose
debug
- shows Knapsack Pro API request headers and bodysilly