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

Improve app debugging experience #1190

Merged
merged 4 commits into from
Aug 30, 2023

Conversation

klochowicz
Copy link
Contributor

@klochowicz klochowicz commented Aug 30, 2023

A bunch of commits aimed at making it easier to parse the logs.

See commits for details

below screenshot of lnav finally parsing the app logs correctly:
image

Without this, the exports are not parsed as logs by log viewers, e.g. `lnav`,
    which makes in needlessly more difficult
We don't need to run all the services, including funding etc;
we don't use them when testing against public regtest.

Rename the command to `ios-regtest`
@klochowicz klochowicz self-assigned this Aug 30, 2023
@klochowicz klochowicz linked an issue Aug 30, 2023 that may be closed by this pull request
Prevent unneeded channel state and price update events by caching the last
    values and comparing them before sending an update.
This log didn't add anything.
@klochowicz klochowicz force-pushed the chore/improve-app-debugging-experience branch from 30662a1 to 5c6be9a Compare August 30, 2023 01:59
Copy link
Contributor

@luckysori luckysori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it, thank you!

@luckysori luckysori added this pull request to the merge queue Aug 30, 2023
@luckysori
Copy link
Contributor

Merging because this is immediately useful to debug #1187.

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 30, 2023
@luckysori luckysori added this pull request to the merge queue Aug 30, 2023
Merged via the queue into main with commit 80674f5 Aug 30, 2023
7 checks passed
@luckysori luckysori deleted the chore/improve-app-debugging-experience branch August 30, 2023 03:08
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thank you

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.

Internal PriceUpdate messaging spam
3 participants