diff --git a/globals/globals.go b/globals/globals.go index 4d9b6efc7..66b59e9c4 100644 --- a/globals/globals.go +++ b/globals/globals.go @@ -12,8 +12,11 @@ import ( var ( SugarLogger *zap.SugaredLogger - AliKey string - AliSecret string + AliKey string + AliSecret string + IsAddEvent bool + + OutputDebugMsgLevel int ) func init() {