issues Search Results · repo:fluent/fluent-logger-python language:Python
Filter by
81 results
(61 ms)81 results
influent/fluent-logger-python (press backspace or delete to remove)Hello,
I was building fluent-logger from master branch and found that the version is on 0.11.0 however latest version v0.11.1
was released on 6th June 2024
any idea when the version will be updated on ...
rohan-97
- 1
- Opened on Jun 17, 2024
- #209
Docker image used for fluentbit : fluent/fluent-bit:latest. This is fluentbit configuration :
[SERVICE]
Flush 1
Daemon off
Log_Level info
[INPUT]
Name ...
1999ankitgoyal
- 1
- Opened on May 10, 2024
- #206
hey there,
Problem
i m trying to test this out in a docker compose setting, but struggling to get the fluentd service to receive the logs
being sent by the application using the fluentd logger in another ...
SebastianScherer88
- Opened on Dec 20, 2023
- #196
Python LogRecord has the attribute relativeCreated
Time in milliseconds when the LogRecord was created, relative to the time the logging module was loaded.
It s currently possible to use FluentRecordFormatter ...
ecerulm
- 1
- Opened on Dec 14, 2023
- #195
Hello! I am running into a type error when using the nanosecond_precision argument on FluentSender
self.logger = sender.FluentSender(
_TOP_LEVEL_FLUTEND_TAG,
host=os.getenv( ...
robinwkurtz
- Opened on Feb 2, 2023
- #194
1. from functools import lru_cache
2. import fluent.handler
3. import logging
4. import logging.config
5. import sys
6. from concurrent.futures import ThreadPoolExecutor
7.
8. logging.basicConfig(level=logging.INFO) ...
woodenwatcher
- 3
- Opened on Aug 13, 2022
- #193
As the title suggests, I d like to know if this library can also be used with fluent-bit.
karthicraghupathi
- 2
- Opened on Jul 22, 2022
- #192
I tried using fluent-logger-python to get my AWS Lambda outputs to Fluentd, and got error:
File /var/task/fluent/sender.py , line 88, in emit_with_time
bytes_ = self._make_packet(label, timestamp, ...
j-adamczyk
- 1
- Opened on Jul 11, 2022
- #191
While trying to truncate the message part using formatter. fluent.handler.FluentRecordFormatter works normally with all
fields except message
configuration
LOGGING = {
version : 1,
disable_existing_loggers ...
hemanthactionfi
- Opened on Jun 2, 2022
- #190
There is ValueError is reraised instead of KeyError in the format method of each style class since python3.8:
https://github.com/python/cpython/issues/79025#issuecomment-1093800953
So formatting error ...
NiyazNz
- Opened on May 20, 2022
- #189

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.