Skip to content

Commit

Permalink
Fixup logger name for archive topics (#5348)
Browse files Browse the repository at this point in the history
  • Loading branch information
cirego committed Jan 16, 2021
1 parent 480712f commit f0ed628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/kafka-util/scripts/archive_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Setup basic formatting for logging output
logging.basicConfig(format="%(asctime)s %(levelname)s %(name)s %(message)s")
log = logging.getLogger("restore.topics")
log = logging.getLogger("archive.topics")
log.setLevel(logging.INFO)

# We only care to record the key, value, timestamp fields because the rest are empty or can be computed
Expand Down

0 comments on commit f0ed628

Please sign in to comment.