it doesn't matters
Browse files- App/Worker.py +1 -1
App/Worker.py
CHANGED
@@ -12,7 +12,7 @@ celery = Celery()
|
|
12 |
celery.config_from_object(celery_config)
|
13 |
celery.conf.update(
|
14 |
# Other Celery configuration settings
|
15 |
-
CELERYD_LOG_LEVEL='
|
16 |
)
|
17 |
|
18 |
@celery.task(name="embbeding", bind=True)
|
|
|
12 |
celery.config_from_object(celery_config)
|
13 |
celery.conf.update(
|
14 |
# Other Celery configuration settings
|
15 |
+
CELERYD_LOG_LEVEL='INFO', # Set log level to DEBUG for the worker
|
16 |
)
|
17 |
|
18 |
@celery.task(name="embbeding", bind=True)
|