Skip to content

Conversation

cjjdespres
Copy link
Member

The string for this particular log message (displaying the downloader jobs every 30s) was missing a $ before jobs, so the list of jobs was not being displayed in the console output.

I tested this change by syncing a node to devnet and observing that the downloader jobs were in fact printed. (I've omitted the full list to save space).

2025-10-01 18:26:28 UTC [Debug] Downloader $jobs
  jobs: {
  "total_jobs": 0,
  "useful_peers": {
    "all": {

Before this change, this line would just be this:

2025-10-01 18:26:28 UTC [Debug] Downloader jobs

@cjjdespres cjjdespres requested a review from a team as a code owner October 1, 2025 18:31
@cjjdespres
Copy link
Member Author

!ci-build-me

@glyh
Copy link
Member

glyh commented Oct 2, 2025

I think you can workaround by forcing logs to be emitted as json.

@cjjdespres
Copy link
Member Author

!ci-bypass-changelog

@cjjdespres cjjdespres merged commit b4b1050 into compatible Oct 15, 2025
54 checks passed
@cjjdespres cjjdespres deleted the cjjdespres/downloader-jobs-log-fix branch October 15, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants