Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RSFetcher Logs Match the Style of the Python Logs #2833

Open
adamkrellenstein opened this issue Dec 12, 2024 · 0 comments
Open

Make RSFetcher Logs Match the Style of the Python Logs #2833

adamkrellenstein opened this issue Dec 12, 2024 · 0 comments

Comments

@adamkrellenstein
Copy link
Member

2024-12-12T10:39:04.800-05:00 - [    INFO] - API.Main - Starting Parent Process Checker thread...
2024-12-12T10:39:04.800-05:00 - [    INFO] - API.Main - Starting WSGI Server thread...
2024-12-12T10:39:04.903-05:00 - [    INFO] - Ledger.APIv1StatusPoller - Starting v1 API Status Poller thread...
2024-12-12T10:39:04.903-05:00 - [    INFO] - Ledger.APIv1Server - Starting API Server v1 thread...
2024-12-12T10:39:04.907-05:00 - [    INFO] - Ledger.Main - Catching up...
2024-12-12T10:39:05.104-05:00 - [    INFO] - Ledger.Main - Starting RSFetcher thread...
2024-12-12T10:39:05.105-05:00 - [    INFO] - RSFetcher - Indexer initializing...
2024-12-12T10:39:05.106-05:00 - [    INFO] - RSFetcher - Connecting to database: /Users/adam/Library/Caches/counterparty/fetcherdb
2024-12-12T10:39:05.111-05:00 - [    INFO] - RSFetcher - Connected
2024-12-12T10:39:05.111-05:00 - [    INFO] - RSFetcher - Initialized
2024-12-12T10:39:05.111-05:00 - [    INFO] - RSFetcher - First database op: GetMaxBlockHeight...
2024-12-12T10:39:05.112-05:00 - [    INFO] - RSFetcher - First database op: GetMaxBlockHeight took 229.666µs
2024-12-12T10:39:05.112-05:00 - [    INFO] - RSFetcher - First Bitcoin client op: GetBlockchainHeight...
2024-12-12T10:39:05.112-05:00 - [    INFO] - RSFetcher - First Bitcoin client op: GetBlockchainHeight took 596.375µs
2024-12-12T10:39:05.112-05:00 - [    INFO] - RSFetcher - Starting at block height: 874408
2024-12-12T10:39:05.112-05:00 - [    INFO] - RSFetcher - Targeting block height: 874409
2024-12-12T10:39:05.113-05:00 - [    INFO] - RSFetcher - Fetcher started
2024-12-12T10:39:05.113-05:00 - [    INFO] - RSFetcher - Entering reorg window
2024-12-12T10:39:05.590-05:00 - [    INFO] - Ledger.Main - Block 874408
2024-12-12T10:39:05.646-05:00 - [    INFO] - Ledger.Main - Block 874408 - Send (Enhanced) SGDARKNESS from 1Mn7Bfjj to 14PxDTVU (583029a) [valid]
2024-12-12T10:39:05.650-05:00 - [    INFO] - Ledger.Main - Block 874408 - Destroy of 254 JEWELDRAGONS by 1Mn7Bfjj (453d05d) [valid]
2024-12-12T10:39:05.653-05:00 - [    INFO] - Ledger.Main - Block 874408 - Send (Enhanced) FOOTSOL

Also most of these logs should be DEBUG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant