Skip to main content

No project description provided

Project description

  1. Install via pip pip install crewai_logger_patch
  2. Add import into your main crewai file - This needs to be above any other crewai imports import crewai_logger_patch
  3. Add the patch method to your code - This needs to be above any otehr crewai imports apply_monkey_patch()
  4. Add the following below your agent instances - You msut use your agent names in place of <placeholder_name> <placeholder_name>._logger = crewai.utilities.Logger(verbose_level=<placeholder_name>.verbose)
  5. And the same below your crew instance

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

crewai_logging_patch-0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page