Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuka0311 committed Dec 10, 2024
1 parent 0ebb510 commit d13d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func initNormalLogger() {
}
confDir := config.LoongcollectorGlobalConfig.LoongcollectorConfDir
if _, err := os.Stat(confDir); os.IsNotExist(err) {
os.MkdirAll(confDir, os.ModePerm)
_ = os.MkdirAll(confDir, os.ModePerm)
}
setLogConf(path.Join(confDir, "plugin_logger.xml"))
}
Expand Down

0 comments on commit d13d4eb

Please sign in to comment.