Skip to content

Instantly share code, notes, and snippets.

@awoods
Created April 18, 2023 20:04
Show Gist options
  • Save awoods/372c27fd361c620503598410c3c32eca to your computer and use it in GitHub Desktop.
Save awoods/372c27fd361c620503598410c3c32eca to your computer and use it in GitHub Desktop.
find . -name '*.py'|xargs grep -H '{}", e'
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to publish jstorforum records, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to publish aspace records, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to publish jstorforum records in itest, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to publish aspace records in itest, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("VIA/SSIO Publishing error: {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("VIA/SSIO Publishing error: {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Aspace Publishing error: {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Mongo error writing aspace record " + identifier + ": {}", e)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.info("Error: unable to load repository table from mongodb, {}", err)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error(dest + " " + size + " export script error: {}", e)
./jstor_aspace_publisher/app/jstor_publisher.py: current_app.logger.error("Delete script error: {}", e)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to transform jstorforum records, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to transform aspace records, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to transform jstorforum records in itest, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to transform aspace records in itest, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("VIA/SSIO transform error for id " + identifier + " : {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("VIA/SSIO transform error for id " + identifier + " : {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.error("VIA/SSIO transform error for id " + identifier + " : {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_transformer/app/jstor_transformer.py: current_app.logger.info("Error: unable to load repository table from mongodb, {}", err)
./jstor_aspace_oai_harvester/app/jstor_harvester.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_oai_harvester/app/jstor_harvester.py: current_app.logger.error("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_oai_harvester/app/jstor_harvester.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_oai_harvester/app/jstor_harvester.py: current_app.logger.info("Error: unable to connect to mongodb, {}", err)
./jstor_aspace_oai_harvester/app/jstor_harvester.py: current_app.logger.info("Error: unable to load repository table from mongodb, {}", err)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment