Skip to content

Commit

Permalink
Use root package logger
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 22, 2024
1 parent f9bcf2e commit c20e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SIGNPOST_MARKER = "replication_key_signpost"
STARTING_MARKER = "starting_replication_value"

logger = logging.getLogger(__package__)
logger = logging.getLogger("singer_sdk")


def get_state_if_exists(
Expand Down

0 comments on commit c20e09e

Please sign in to comment.