cog
96c3dbc7 - feat: use human-readable log format for local CLI commands

Commit
15 days ago
feat: use human-readable log format for local CLI commands Coglet defaults to JSON structured logs for production (GKE/Stackdriver compatibility), but this makes local development output hard to read. Set LOG_FORMAT=console in cog serve, cog run, cog predict, and cog train so developers see human-readable logs locally. Production is unaffected since the env var is only set by the CLI for local commands.
Author
Committer
Parents
Loading