only store valid pixels

This commit is contained in:
nuknal
2024-05-28 22:35:55 +08:00
parent 357b62422e
commit 02c042d8c4
5 changed files with 98 additions and 47 deletions

View File

@@ -49,7 +49,7 @@ func init() {
DisableColors: true,
}
configureLogger(logrus.StandardLogger(), "log/app.log", logrus.InfoLevel)
configureLogger(logrus.StandardLogger(), "log/SJY01-preproc.log", logrus.InfoLevel)
}
func NewLogger(logfile string) *logrus.Logger {