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

Adding Logs #147

Merged
merged 17 commits into from
Oct 11, 2024
Merged

Adding Logs #147

merged 17 commits into from
Oct 11, 2024

Conversation

heemankv
Copy link
Contributor

@heemankv heemankv commented Oct 10, 2024

This PR resolves #137.

  • All the logs are Cursor generated.

@heemankv heemankv requested a review from Mohiiit October 10, 2024 05:44
@heemankv heemankv self-assigned this Oct 10, 2024
@coveralls
Copy link

coveralls commented Oct 10, 2024

Coverage Status

coverage: 64.415% (-3.1%) from 67.555%
when pulling a2fd618 on update/logs
into e5727c5 on main.

@heemankv heemankv requested a review from apoorvsadana October 10, 2024 06:22
Copy link
Contributor Author

@heemankv heemankv left a comment

Choose a reason for hiding this comment

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

Self review done, LGTM

crates/orchestrator/src/data_storage/aws_s3/mod.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/data_storage/aws_s3/mod.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/jobs/mod.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/jobs/mod.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/jobs/mod.rs Outdated Show resolved Hide resolved
crates/settlement-clients/starknet/src/lib.rs Show resolved Hide resolved
crates/settlement-clients/starknet/src/lib.rs Show resolved Hide resolved
crates/settlement-clients/starknet/src/tests/test.rs Outdated Show resolved Hide resolved
crates/settlement-clients/starknet/src/tests/test.rs Outdated Show resolved Hide resolved
e2e-tests/src/localstack.rs Show resolved Hide resolved
heemankv and others added 2 commits October 10, 2024 21:06
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
.env.test Outdated Show resolved Hide resolved
crates/orchestrator/src/data_storage/aws_s3/mod.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/jobs/snos_job/fact_info.rs Outdated Show resolved Hide resolved
crates/orchestrator/src/jobs/snos_job/fact_topology.rs Outdated Show resolved Hide resolved
heemankv and others added 5 commits October 11, 2024 12:39
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
@apoorvsadana apoorvsadana merged commit 1c090fb into main Oct 11, 2024
8 of 9 checks passed
ocdbytes pushed a commit that referenced this pull request Oct 16, 2024
* logs to orchestrator

* Update/init logs (#148)

* update: adding ret and err to instrumentation

* update: added logs

* update: fixed info logs

* update: corrected debugs and trace

* fix: removing dummy code

* fix: linting

* update: fixed issues

* Update crates/orchestrator/src/jobs/proving_job/mod.rs

Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>

* update: fixed Reviews

* update: fixed PR review

* Update crates/orchestrator/src/jobs/snos_job/fact_topology.rs

Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>

* Update crates/orchestrator/src/jobs/snos_job/mod.rs

Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>

* Update crates/orchestrator/src/jobs/snos_job/fact_topology.rs

Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>

* update: lint fix

---------

Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
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.

feat: add more debug and trace logs in code
4 participants