Mbonea commited on
Commit
16bd6a0
·
1 Parent(s): 59681d8

it doesn't matters

Browse files
Files changed (1) hide show
  1. 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='DEBUG', # Set log level to DEBUG for the worker
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)