Updated logging configuration for dev and json for prod

This commit is contained in:
Daniel Pupius
2025-04-21 14:16:35 -07:00
parent 35cefa9981
commit 41ee61b59a
9 changed files with 200 additions and 186 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ build:
# Run the application with json log formatting
run: build
./dist/meshstream 2>&1 | go tool github.com/dpup/logista
@./dist/meshstream 2>&1 | go tool github.com/dpup/logista
# Generate Go code from Protocol Buffers
gen-proto: tools