You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "error" currently only appears in DEBUG lines. In this case, the recordset could not be downloaded (could not connect to storage) which probably should be a fatal error since the program couldn't do any work. At the very least, an ERROR logline should be written.
2020-10-21 19:42:16.526 INFO idb.db-check.7232e59b-b0e1-49cd-9632-b8ae1f49f828჻ Starting db_check ingest: False
2020-10-21 19:42:16.529 DEBUG idb.storage჻ Initialized IDigBioStorage connection (boto.connect_s3) to host 's.idigbio.org'
2020-10-21 19:42:16.673 DEBUG idb.db-check.7232e59b-b0e1-49cd-9632-b8ae1f49f828჻ Exception in get_file
2020-10-21 19:42:16.675 INFO idb.db-check჻ 7232e59b-b0e1-49cd-9632-b8ae1f49f828 writing summary json
2020-10-21 19:42:16.680 INFO idb.db-check.7232e59b-b0e1-49cd-9632-b8ae1f49f828჻ Finished db_check in 0.152s
2020-10-21 19:42:16.681 DEBUG idb჻ db_check(...) took 1.8s
The text was updated successfully, but these errors were encountered:
The "error" currently only appears in DEBUG lines. In this case, the recordset could not be downloaded (could not connect to storage) which probably should be a fatal error since the program couldn't do any work. At the very least, an ERROR logline should be written.
The text was updated successfully, but these errors were encountered: