Closed preritdas closed 4 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request includes updates to the requirements.txt
file, changing the version constraint for the logfire
package from >=0.51.0
to >=2.1.1
. Additionally, the tests/conftest.py
file has been modified to enhance the configuration of the logfire
logging system by adding a new parameter, send_to_logfire=True
, to the logfire.configure
method. This adjustment allows logs to be sent to Logfire when a write token is provided.
File | Change Summary |
---|---|
requirements.txt | Updated logfire version from >=0.51.0 to >=2.1.1 . |
tests/conftest.py | Modified logfire.configure to include send_to_logfire=True . |
In the code where rabbits play,
Logfire's logging finds its way.
With versions new, we hop along,
Sending logs, where they belong!
A tweak here, a change there,
In our burrow, we code with care! 🐇✨
In 2.1.1 it's default off under Pytest.
Summary by CodeRabbit
logfire
package version to>=2.1.1
for improved logging capabilities.These changes enhance the logging functionality and ensure better tracking of application events.