A powerful and intelligent log processing tool written in Go
Find a file
Winni Neessen c9c3bf31da
Refactor documentation and methods in server-related files
The documentation for some methods in the server-related files (config.go, server.go, and listener.go) has been updated to provide more accurate and descriptive explanations of their functionality. Additionally, the New methods for Config and Server objects have been changed to reflect that they create instances of these objects. Some method functionalities like 'setLogLevel' in server.go have been extended for more accurate operation based on the config log level.
2023-12-19 20:17:56 +01:00
.github Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
.idea Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
cmd/server Refactor signal handling and remove SPDX licensing details 2023-12-15 17:35:27 +01:00
LICENSES Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
.gitignore Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
.golangci.toml Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
config.go Refactor documentation and methods in server-related files 2023-12-19 20:17:56 +01:00
error.go Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
go.mod Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
go.sum Refactor signal handling and remove SPDX licensing details 2023-12-15 17:35:27 +01:00
go.sum.license Add SPDX license details to go.sum.license 2023-12-15 17:41:15 +01:00
LICENSE Initial commit 2023-12-08 14:31:37 +01:00
listener.go Refactor documentation and methods in server-related files 2023-12-19 20:17:56 +01:00
logranger.toml Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
README.md Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
server.go Refactor documentation and methods in server-related files 2023-12-19 20:17:56 +01:00
sonar-project.properties Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00

logranger

Perform actions on rule-based incoming syslog messages