Skip to content

Commit 92ad3ab

Browse files
authored
feat: move configuration spread to after default RunnerLogger to allow for configuring a custom logger (#20)
1 parent 4dfb589 commit 92ad3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphile-worker.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ function buildRunnerOptions(
112112
const events = new EventEmitter();
113113

114114
return {
115-
...configuration,
116115
logger: RunnerLogger,
116+
...configuration,
117117
events,
118118
};
119119
}

0 commit comments

Comments
 (0)