mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:34:02 +03:00
Correct printable configuration
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ func Proxy() error {
|
||||
if err := config.InitPublicAddress(ctx); err != nil {
|
||||
Fatal(err)
|
||||
}
|
||||
zap.S().Debugw("Configuration", "config", config.C)
|
||||
zap.S().Debugw("Configuration", "config", config.C.Printable())
|
||||
|
||||
if len(config.C.AdTag) > 0 {
|
||||
zap.S().Infow("Use middle proxy connection to Telegram")
|
||||
|
||||
Reference in New Issue
Block a user