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

Clean up the debug logging calls from maap.py #773

Closed
rtapella opened this issue Aug 1, 2023 · 0 comments
Closed

Clean up the debug logging calls from maap.py #773

rtapella opened this issue Aug 1, 2023 · 0 comments
Assignees
Milestone

Comments

@rtapella
Copy link
Collaborator

rtapella commented Aug 1, 2023

Describe the bug
https://github.com/MAAP-Project/maap-py/blob/master/maap/maap.py#L203

There's a mix of calls to logger.debug() and logging.debug() in maap.py
Screenshot 2023-08-01 at 4 12 33 PM

@rtapella rtapella changed the title Sync up the debug logging calls from maap.py Clean up the debug logging calls from maap.py Aug 1, 2023
@sujen1412 sujen1412 self-assigned this Aug 2, 2023
sujen1412 added a commit to MAAP-Project/maap-py that referenced this issue Aug 2, 2023
@sujen1412 sujen1412 modified the milestones: 3.1.0, 3.1.1 Aug 2, 2023
sujen1412 added a commit to MAAP-Project/maap-py that referenced this issue Sep 27, 2023
bsatoriu added a commit to MAAP-Project/maap-py that referenced this issue Oct 25, 2023
* Edl federated login (#20)

* Edl federated login

* AWS class

* Add optional expiration param to aws methods

* DPS EDL login support

* DPS EDL login testing

* DPS EDL login testing

* DPS EDL login testing

* maap.aws.earthdata_s3_credentials()

* Update bucket for uploadFiles (#23)

* Update bucket for uploadFiles

* revert change to path

* Make Result.getData raise on failed HTTP download

In addition:

- Ignore Python-, OS-, and IDE-specific files
- Remove accidentally committed checkpoint file
- Tidy README.md formatting
- Bump version to 0.4.0

* Fix overwrite logic when downloading granule (#33)

Fixes #26

* Add the DAAC url to the earthdata_s3_credentials output

* Apply hotfixes (#42)

Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Aimee Barciauskas <[email protected]>
Co-authored-by: Jamison French <[email protected]>

* Introduce job model to maap-py from sister/imgspec (#45)

* Prepare for v3.0.0 (#46)

* Develop (#22)

Add optional expiration param to aws methods

* Update bucket for uploadFiles (#23)

* Update bucket for uploadFiles

* revert change to path

* maap.aws.earthdata_s3_credentials()

* Merge hotfixes into master branch (#43)

Co-authored-by: Jamison French <[email protected]>

* Create LICENSE

* Prepare for v3.0.0

---------

Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Aimee Barciauskas <[email protected]>
Co-authored-by: Chuck Daniels <[email protected]>
Co-authored-by: Jamison French <[email protected]>
Co-authored-by: Marjorie Lucas <[email protected]>

* Change log level and add try catch when submitting job (#47)

* Clean up logging (#49)

MAAP-Project/Community#773

* chore: remove query service

* Create maap.downloadGranule() method and unit test (#52)

* Dont retrieve attributes after job submission to reduce api queries (#48)

* Add functionality to cancel jobs (#53)

* Add maap.aws.workspace_bucket_credentials() (#54)

---------

Co-authored-by: Aimee Barciauskas <[email protected]>
Co-authored-by: Chuck Daniels <[email protected]>
Co-authored-by: Jamison French <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Marjorie Lucas <[email protected]>
Co-authored-by: Jamison French <[email protected]>
bsatoriu added a commit to MAAP-Project/maap-py that referenced this issue Oct 25, 2023
* Edl federated login (#20)

* Edl federated login

* AWS class

* Add optional expiration param to aws methods

* DPS EDL login support

* DPS EDL login testing

* DPS EDL login testing

* DPS EDL login testing

* maap.aws.earthdata_s3_credentials()

* Update bucket for uploadFiles (#23)

* Update bucket for uploadFiles

* revert change to path

* Make Result.getData raise on failed HTTP download

In addition:

- Ignore Python-, OS-, and IDE-specific files
- Remove accidentally committed checkpoint file
- Tidy README.md formatting
- Bump version to 0.4.0

* Fix overwrite logic when downloading granule (#33)

Fixes #26

* Add the DAAC url to the earthdata_s3_credentials output

* Apply hotfixes (#42)





* Introduce job model to maap-py from sister/imgspec (#45)

* Prepare for v3.0.0 (#46)

* Develop (#22)

Add optional expiration param to aws methods

* Update bucket for uploadFiles (#23)

* Update bucket for uploadFiles

* revert change to path

* maap.aws.earthdata_s3_credentials()

* Merge hotfixes into master branch (#43)



* Create LICENSE

* Prepare for v3.0.0

---------







* Change log level and add try catch when submitting job (#47)

* Clean up logging (#49)

MAAP-Project/Community#773

* chore: remove query service

* Create maap.downloadGranule() method and unit test (#52)

* Dont retrieve attributes after job submission to reduce api queries (#48)

* Add functionality to cancel jobs (#53)

* Add maap.aws.workspace_bucket_credentials() (#54)

---------

Co-authored-by: Aimee Barciauskas <[email protected]>
Co-authored-by: Chuck Daniels <[email protected]>
Co-authored-by: Jamison French <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Marjorie Lucas <[email protected]>
Co-authored-by: Jamison French <[email protected]>
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

No branches or pull requests

2 participants