提交历史

作者 SHA1 备注 提交日期
  Ask Solem c76d7318ee Log colors: Use safe_str before adding colors 14 年之前
  Ask Solem c270f7ace7 Tests passing again after logging change 14 年之前
  Bryan Berg 290bb2c876 Update setup_task_logger to not make assumptions about magic task kwargs. 14 年之前
  Ask Solem f612848a62 PEP8ify + pyflakes 14 年之前
  Ask Solem e2f8a5cead Now runs on Jython using -P threads 14 年之前
  Ask Solem a87a7a3bc3 PEP8ify + pyflakes 14 年之前
  Ask Solem c498e47f2d Removed loggerDict.clear() 14 年之前
  Ask Solem 156c8edb02 Cosmetics and cleanup 14 年之前
  Ask Solem f250ce053a CELERYD_LOG_COLOR is now prepared by the Logging class, not post_config_merge 14 年之前
  Ask Solem c053ca114d Removed mystery appearance of reraises_exception config 14 年之前
  John Watson 6b8377d5b5 Add CELERYD_FORCE_HIJACK_ROOT_LOGGER option 14 年之前
  Ask Solem d05b523ee9 logging: Default logfile is now sys.__stderr__ instead of sys.stderr, so it does not redirect back to logging. Also, task logger does now disable propagate by default (can be enabled again by task.get_logger(propagate=True) 14 年之前
  Ask Solem 4fbdffdfbc PEP8ify 14 年之前
  Ask Solem 823f45cf0a Documentation improvements 14 年之前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 年之前
  Ask Solem ee8bec3ccb Merge branch 'dcramer/master' 14 年之前
  Ask Solem 4776440405 Don't use map without return value (2to3 suggested) 14 年之前
  David Cramer 00a30f462c Logging should now handle utf8 correctly 14 年之前
  Ask Solem fe91f0ba35 Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default. 14 年之前
  Ask Solem 12cfb3a55c pyflakes 14 年之前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 年之前
  Ask Solem 05de5a466d Remove celery.log.emergency_error. 14 年之前
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 14 年之前
  Ask Solem 7f082a8ea8 Intense refactoring 14 年之前
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 年之前
  Ask Solem e71fb1a3e2 Refactor terminal colors 14 年之前
  Ask Solem 346f82beb6 Moved terminal color stuff to celery.utils.term 14 年之前
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes 14 年之前
  Ask Solem 530bfaf745 log.setup_task_logger accidentally setup loggers with the task format. 14 年之前
  Ask Solem ea69e31603 Make sure multiprocessing logger is set up 14 年之前