1.0.8
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / docker (push) Has been cancelled

This commit is contained in:
Jacquin Antoine
2026-03-01 11:30:55 +01:00
parent a3ae5421cf
commit d3436f6245
3 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator
DIST_DIR=dist
# Package version
PKG_VERSION ?= 1.0.7
PKG_VERSION ?= 1.0.8
## build: Build the logcorrelator binary locally
build:

View File

@ -76,6 +76,10 @@ config:
stocké dans /etc/logcorrelator.
reload_strategy: restart_service
example: |
# Logging configuration
log:
level: INFO # DEBUG, INFO, WARN, ERROR
# Inputs - at least 2 unix sockets required
inputs:
unix_sockets:

View File

@ -2,7 +2,7 @@
# Compatible with CentOS 7, Rocky Linux 8, 9, 10
# Define version before Version: field for RPM macro support
%global spec_version 1.0.7
%global spec_version 1.0.8
Name: logcorrelator
Version: %{spec_version}