-
Notifications
You must be signed in to change notification settings - Fork 121
Logging
Scott Behrens edited this page Jul 30, 2014
·
1 revision
Sketchy supports two application loggers: sketchy_logger
and celery_logger
which are defined in the sketchy/logger.py
file.
The Sketchy log will contain errors for non-celery related errors. The Celery log file will contain all task based error messages related to celery. The Celery logger is also configured to log to the Celery console for debug purposes.
Eventually more verbose logging options will be available for debug mode.