Refactoring

- logging interface
- log levels
- application interface

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-04-29 14:46:04 +02:00
parent b9a06f5fd4
commit 4cea479d42
6 changed files with 85 additions and 53 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.flexabyte.io/flexabyte/go-kit
go 1.24.2
require (
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250422113213-08cde7c3729c
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250428200220-8e65f81d9450
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
)