Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinba9495 authored Jan 7, 2022
1 parent 58d1917 commit 40392c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
func main() {
// Initialize logger
opts := &logger.LoggerOptions{
LogLevel: logger.LevelTrace,
LogFilePath: "logfile.txt",
}
LogLevel: logger.LevelTrace,
LogFilePath: "logfile.txt",
}
close, err := logger.Init(opts)
if err != nil {
panic(err)
Expand Down

0 comments on commit 40392c8

Please sign in to comment.