Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftp committed Jan 22, 2025
1 parent b900e69 commit e5773e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbos-runtime/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function retrieveApplicationName(configFile: ConfigFile): string {
export function constructPoolConfig(configFile: ConfigFile, cliOptions?: ParseOptions) {
// Load database connection parameters. If they're not in dbos-config.yaml, load from .dbos/db_connection. Else, use defaults.
const databaseConnection = loadDatabaseConnection();
if (cliOptions?.skipLoggingInParse !== true) {
if (!cliOptions?.skipLoggingInParse) {
const logger = new GlobalLogger();
if (configFile["database"]["hostname"]) {
logger.info("Loading database connection parameters from dbos-config.yaml");
Expand Down

0 comments on commit e5773e7

Please sign in to comment.