UNPKG

pg-flyway

Version:

Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)

7 lines (6 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLogLevel = getLogLevel; function getLogLevel() { return (process.env['DEBUG'] === '*' ? 'all' : process.env['FLYWAY_LOG_LEVEL'] || process.env['DEBUG']) || 'info'; }