Skip to content

Commit

Permalink
Change my mind again
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Nov 22, 2023
1 parent ccbc6a8 commit 40669e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions connectors/src/connectors/notion/lib/notion_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ import mainLogger from "@connectors/logger/logger";

const logger = mainLogger.child({ provider: "notion" });

const notionClientLogger = () => {
// no-op
const notionClientLogger = (
level: LogLevel,
message: string,
extraInfo: Record<string, unknown>
) => {
logger.info(`[Log from Notion Client] Level ${level}: ${message}`, extraInfo);
};

/**
Expand Down

0 comments on commit 40669e8

Please sign in to comment.