Attila Szakacs
Attila Szakacs
They show up on the pypi page on the left, making them easier to find. Based on: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls
Not ready for review. Opening a PR so I don't forget it.
# AxoSyslog ## Version of AxoSyslog ``` 4.7.1.831.ge087d9b+4.7.1_git20240709 ``` # Issue ``` Exception in thread Thread-3460: Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py",...
This will be useful for other drivers that want to support setting the message schema from config. Depends on #334
# AxoSyslog ## Version of AxoSyslog 4.8.1 ## Configuration ``` log { source { opentelemetry(); tcp(); }; }; ``` ## Input and output logs ``` [2024-09-30T12:35:51.551556] Running application hooks; hook='6'...
# AxoSyslog ## Version of AxoSyslog 4.8.1 # Issue ## Failure The memory usage of the `syslog-ng` process increases with every `syslog-ng-ctl reload` indefinitely. It seems like that this is...