iDigBio server and backend code for data ingestion, media processing, record indexing, and data API.
GNU General Public License v3.0
7
stars
0
forks
source link
Revert "add logging when worker connects to redis" #209
Closed
danstoner closed 2 years ago
Figured out how to test (
celery worker ...
).After further iteration I was still unable to get a code change that actually got additional loglines into the Celery logging output.
Seems better to revert iDigBio/idb-backend#207
Running with
celery worker --app=idigbio_workers -l INFO
will include the desired info in Celery's output.