Skip to content

Commit

Permalink
chore: This helps output the migrations being applied (#6004)
Browse files Browse the repository at this point in the history
## About the changes
This outputs to console.log but should be indexable:

![image](https://github.com/Unleash/unleash/assets/455064/cb696936-7060-447d-b22d-ff62b4dbcbc3)
  • Loading branch information
gastonfournier committed Jan 23, 2024
1 parent 156ba39 commit 82ac5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrator.ts
Expand Up @@ -3,7 +3,7 @@ import { getInstance } from 'db-migrate';
import { IUnleashConfig } from './lib/types/option';
import { secondsToMilliseconds } from 'date-fns';

log.setLogLevel('error');
log.setLogLevel('info');

export async function migrateDb({ db }: IUnleashConfig): Promise<void> {
const custom = {
Expand Down

0 comments on commit 82ac5a4

Please sign in to comment.