No project description provided
Project description
- Install via pip
pip install crewai_logger_patch
- Add import into your main crewai file - This needs to be above any other crewai imports
import crewai_logger_patch
- Add the patch method to your code - This needs to be above any otehr crewai imports
apply_monkey_patch()
- 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)
- 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
Close
Hashes for crewai_logging_patch-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad3825eb61748dda73faf72c59c48dcd7ef00b4c9af2fa0786c0ceaa34fed295 |
|
MD5 | 525e96e8ed4103ecb59cbcc7fd5628e8 |
|
BLAKE2b-256 | fa749b9ca2fdd1d75ec74da6e198557f6dcb11cf955f5c49abfa6e59c1d3bb0b |