Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ATMackay committed Apr 3, 2024
1 parent 47531a6 commit a436c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Logger interface {

func New(cfg *Config) (Logger, error) {

log, err := newLogrus(cfg.Format, cfg.Level) // TODO, alternative implementaitons..
log, err := newLogrus(cfg.Format, cfg.Level) // TODO, enable configurable logger type
if err != nil {
return nil, err
}
Expand Down

0 comments on commit a436c52

Please sign in to comment.