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

Adds log4js. Updates wait for port attempts. #32

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

jeremy-then
Copy link
Contributor

  1. Adds log4js so we can add logs and specify when to run certain log level.
  2. Updates numRetries and retryInterval, retryInterval so it doesn't try to check if the port is available that often because it will probably not be, and reducing numRetries because since retryInterval has increased, no need for numRetries to be that big. This will help mitigate some random issues about not being able to find a port for bitcoind or a federate node in time.

@jeremy-then jeremy-then self-assigned this Feb 12, 2024
@jeremy-then jeremy-then requested a review from a team as a code owner February 12, 2024 15:04
Copy link

Quality Gate Passed Quality Gate passed

Issues
2 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud


describe('Calling coinbase information methods after papyrus', () => {

const logger = getLogger();
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this used anywhere?

@jeremy-then jeremy-then merged commit a588b23 into main Feb 22, 2024
4 checks passed
@jeremy-then jeremy-then deleted the add-log4js branch February 22, 2024 02:02
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.

3 participants