mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Setup test logging
This commit is contained in:
9
server/internal/testenv/testenv.go
Normal file
9
server/internal/testenv/testenv.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package testenv provides a setup for testing the application.
|
||||
package testenv
|
||||
|
||||
import "novamd/internal/logging"
|
||||
|
||||
func init() {
|
||||
// Initialize the logger
|
||||
logging.Setup(logging.ERROR)
|
||||
}
|
||||
Reference in New Issue
Block a user