-
Notifications
You must be signed in to change notification settings - Fork 1
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
Milestone
Comments
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
added a commit
to MAAP-Project/maap-py
that referenced
this issue
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
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
The text was updated successfully, but these errors were encountered: