Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I configure the logger? #2

Open
freightmike opened this issue Jul 15, 2022 · 0 comments
Open

Can I configure the logger? #2

freightmike opened this issue Jul 15, 2022 · 0 comments

Comments

@freightmike
Copy link

I see a number of logs such as:

[AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain.
[AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain.
[AppCenter] VERBOSE: +[MSACKeychainUtil stringForKey:withServiceName:statusCode:]/81 Retrieved a string with key='kMSEncryptionKeyTagAlternate', service='com.censored.appname.AppCenter' from keychain.
[AppCenter] VERBOSE: -[MSACLogDBStorage loadLogsWithGroupId:limit:excludedTargetKeys:completionHandler:]/220 Load log(s) with id(s) '32','33','34' as batch Id:E3252D2C-A419-4244-8000-0F644AADD7A5
[AppCenter] DEBUG: -[MSACChannelUnitDefault sendLogContainer:]/190 Sending 1/3 log, group Id: Analytics/one, batch Id: E3252D2C-A419-4244-8000-0F644AADD7A5, session Id: (null), payload:
{
  "ver" : "3.0",
  "name" : "MapLoad",
  "time" : "2022-07-15T19:34:10.474Z",
  "iKey" : "o:b86c1ca0082d43eea915170a73029dfa",
  "flags" : 1,
  "ext" : {
    "app" : {
      "id" : "I:com.censored.appname",
      "ver" : "0.0.9",
      "locale" : "en"
    },
    "sdk" : {
      "libVer" : "appcenter.ios-4.2.0",
      "seq" : 1,
      "epoch" : "6B300FF7-4B72-453F-85C8-5C8648047F31",
      "installId" : "270FAABE-2749-4DCA-9D05-4DD8398D0AAF"
    },
    "os" : {
      "ver" : "Version 15.5 (Build 19F77)",
      "name" : "iOS"
    },
    "protocol" : {
      "devMake" : "Apple",
      "devModel" : "iPhone14,2"
    },
    "loc" : {
      "tz" : "-05:00"
    },
    "user" : {
      "locale" : "en-US"
    }
  },
  "data" : {
    "LogInfo" : {
      "Priority" : "INFO",
      "Severity" : "4",
      "Tag" : "AzureMap"
    },
    "DeviceInfo" : {
      "OsName" : "iOS",
      "OsRelease" : "Version 15.5 (Build 19F77)",
      "FriendlyModel" : "iPhone 13 Pro",
      "Model" : "iPhone14,2",
      "Make" : "Apple",
      "Emulated" : false
    },
    "AppInfo" : {
      "VersionCode" : "12",
      "Package" : "com.censored.appname",
      "VersionName" : "0.0.9",
      "Fingerprint" : "",
      "Debug" : "true"
    },
    "SdkInfo" : {
      "Version" : "0.1.0-dev",
      "Debug" : "true"
    },
    "SessionInfo" : {
      "Id" : "2F76F3A4-89B2-49A0-81F5-06E8CE1E8E9A"
    }
  }
}

I suppose this also means the package is logging usage telemetry to AppCenter, which is something I'd like to be able to opt out of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant