
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
.. image:: https://github.com/tintoy/seqlog/actions/workflows/tox.yml/badge.svg :target: https://github.com/tintoy/seqlog
.. image:: https://img.shields.io/pypi/v/seqlog.svg :target: https://pypi.python.org/pypi/seqlog
.. image:: https://img.shields.io/travis/tintoy/seqlog.svg :target: https://travis-ci.org/tintoy/seqlog
.. image:: https://readthedocs.org/projects/seqlog/badge/?version=latest :target: https://seqlog.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
SeqLog enables logging from Python to Seq <https://getseq.net/>
_.
It also adds support for logging with named format arguments (via keyword arguments) in the same way "{arg1}".format(arg1="foo")
does.
ValueError
\s when formatting messages (tintoy/seqlog#87).CLEF submission format <https://docs.datalust.co/docs/posting-raw-events>
_.configure_from_file
would not relay it's arguments to configure_from_dict
in the correct orderset_global_log_properties
(tintoy/seqlog#60).best_effort_json_encode
so it does not convert JSON to a string (tintoy/seqlog#59).SeqLogHandler._build_event_data()
(tintoy/seqlog#42).stack_info
(if present) in event payloads sent to Seq (tintoy/seqlog#42).stack_info
(if present) in event payloads sent to Seq (tintoy/seqlog#42).extra
argument (tintoy/seqlog#41).yaml.load
(tintoy/seqlog#20).Content-Type
header to application/json
when posting events to Seq (tintoy/seqlog#17).JSONEncoder
implementations (tintoy/seqlog#7 and tintoy/seqlog#13).StructuredLogger
(this can be reverted to previous behaviour by passing use_structured_logger=False
).log_to_seq
now returns the SeqLogHandler to enable forced flushing of log records to Seq.auto_flush_timeout
to a float
representing seconds (instead of milliseconds).testharness.py
to actually log to Seq.
You can override the server URL and API key using the SEQ_SERVER_URL
and SEQ_API_KEY
environment variables.FAQs
SeqLog enables logging from Python to Seq.
We found that seqlog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.