A powerful and intelligent log processing tool written in Go
Find a file
Winni Neessen cf17cc3419
Add initial server implementation with config loading and listener setup
This commit introduces the creation of the core server and its components: config loading mechanism, listener setup, and error handling. The provided configuration allows the server to run different types of listeners. Additionally, it includes robust log-level settings to facilitate debugging and operational transparency.
2023-12-14 12:09:01 +01:00
.github Add REUSE Compliance, Golang Linter workflows and funding options 2023-12-08 14:42:27 +01:00
.idea Add SonarQube configuration and update .gitignore 2023-12-08 14:37:32 +01:00
cmd/server Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
.gitignore Add SonarQube configuration and update .gitignore 2023-12-08 14:37:32 +01:00
.golangci.toml Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
config.go Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
error.go Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
go.mod Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
go.sum Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
LICENSE Initial commit 2023-12-08 14:31:37 +01:00
listener.go Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
logranger.toml Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
README.md Initial commit 2023-12-08 14:31:37 +01:00
server.go Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
sonar-project.properties Add SonarQube configuration and update .gitignore 2023-12-08 14:37:32 +01:00

logranger

Perform actions on rule-based incoming syslog messages