소스 검색

Merge pull request #52 from 9seconds/log-config

Log configuration on proxy start
tags/0.15.1^2
Sergey Arkhipov 7 년 전
부모
커밋
fce6118c71
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      main.go

+ 1
- 0
main.go 파일 보기

@@ -183,6 +183,7 @@ func main() { // nolint: gocyclo
183 183
 	defer logger.Sync() // nolint: errcheck
184 184
 
185 185
 	printURLs(conf.GetURLs())
186
+	zap.S().Debugw("Configuration", "config", conf)
186 187
 
187 188
 	if conf.UseMiddleProxy() {
188 189
 		zap.S().Infow("Use middle proxy connection to Telegram")

Loading…
취소
저장