Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 6, 2024
1 parent bff6f8a commit bc06aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/lib/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def formatTime(record, datefmt=None):


def get_full_topic(record):
process_name = "LEDGER"
process_name = "Ledger"
if current_process().name != "MainProcess":
process_name = "API"
thread_name = threading.current_thread().name
Expand Down
2 changes: 1 addition & 1 deletion counterparty-rs/src/indexer/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ where
let metadata = event.metadata();
write!(
writer,
" - [{}] - RSFETCHER - ",
" - [{}] - RSFetcher - ",
format!("{:>8}", metadata.level().to_string()).color(self.get_color(metadata.level()))
)?;
ctx.field_format().format_fields(writer.by_ref(), event)?;
Expand Down

0 comments on commit bc06aaf

Please sign in to comment.