mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 19:38:43 +00:00
This is two changes: Replacing all usages of SimpleLogger with it's interface SimpleLogging which makes it easier to swap out loggers going forward Nukes SimpleLogger in favor of StructuredLogger which allows us to better analyze logs in our log management system we choose.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
// GithubAppController handles the creation and setup of a new GitHub app
|
||||
type GithubAppController struct {
|
||||
AtlantisURL *url.URL
|
||||
Logger *logging.SimpleLogger
|
||||
Logger logging.SimpleLogging
|
||||
GithubSetupComplete bool
|
||||
GithubHostname string
|
||||
GithubOrg string
|
||||
|
||||
Reference in New Issue
Block a user