mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 07:38:28 +00:00
- Use logger for all warnings. Previously we were writing warnings from cmd/server.go directly to stderr which bypassed our normal log format. - Add the timezone to log output. This is just really nice to have if you're looking at old logs. - Change levels to all be 4 characters: DBUG, INFO, WARN, EROR. This makes the logs easier to read because it lines up. - Log when we first receive the request as well as when we send a response. This makes it easier to see where the request starts and ends.