Skip to content

Commit

Permalink
Merge pull request #10 from pravinba9495/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pravinba9495 authored Jan 7, 2022
2 parents 951e3a0 + 40392c8 commit 4257cf9
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 4257cf9

Please sign in to comment.