Skip to content

Commit

Permalink
chore: Show console logs for the core app
Browse files Browse the repository at this point in the history
  • Loading branch information
maerteijn committed Dec 17, 2024
1 parent 7fea3de commit a5a0874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions label_studio/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
'handlers': ['console'],
# 'propagate': True,
},
'core': {
'handlers': ['console'],
'level': os.environ.get('LOG_LEVEL', 'INFO'),
},
'django_auth_ldap': {'level': os.environ.get('LOG_LEVEL', 'DEBUG')},
'rq.worker': {
'handlers': ['console'],
Expand Down

0 comments on commit a5a0874

Please sign in to comment.