Initial commit
This commit is contained in:
14
internal/log/config/log.go
Normal file
14
internal/log/config/log.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
import "log/slog"
|
||||
|
||||
type Log struct {
|
||||
Level slog.Level
|
||||
|
||||
FilePath string
|
||||
|
||||
TextOutput bool
|
||||
StdoutEnabled bool
|
||||
FileEnabled bool
|
||||
FluentEnabled bool
|
||||
}
|
||||
Reference in New Issue
Block a user