Skip Navigation

Configure detailed logging for the
Xcode
console

Messages printed to the
Xcode
console are configured in the build targets of the app project. Different targets can have different activity logging configurations. You can set logging to be detailed or selective. Changes to the console logging configuration take effect the next time the target is built and run. Changes made to console logging do not affect the container log.
  1. Open the app’s
    Info.plist
    file.
  2. Add a row with
    GDConsoleLogger
    as its key.
  3. Set
    String
    as the type of the new row.
  4. Set
    GDFilterNone
    as the value of the new row.
In
Xcode
9.3 or later, to view the detailed logs you must open the console app (from
Xcode
go to Window > Devices and Simulators, or from OSX go to Applications > Utilities > Console.app) and enable the following settings in the Action menu:
  • Include Info Messages
  • Include Debug Messages