We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35dc42 commit c3f657fCopy full SHA for c3f657f
examples/custom-logger/dummy.ts
@@ -15,7 +15,7 @@ const MyLogger: Logger = {
15
16
export async function run(logger: Logger, endpoint: string, database: string) {
17
setupLogger(MyLogger);
18
- // setDefaultLogger(MyLogger); // will work too
+ setDefaultLogger(MyLogger); // will work too
19
logger.info('Driver initializing...');
20
const authService = getCredentialsFromEnv();
21
const driver = new Driver({endpoint, database, authService});
0 commit comments