A developer reported that they have followed all the steps to properly configure their application to log but none are showing in the Legacy Developer portal.
By default the legacy portal shows messages at Error or Fatal level. If you are logging at a lower level, follow these steps to change the filtering logic and create an override for your application.
Go to the developer portal and select the application you want to turn logging on for. See images with numbered steps also
- Click the Event Logs link
- Click View or change overrides
- Select the application you would like to set overrides for
- Select the level of override (and other additional restrictions if you wish)
- Create Override – At this point, you have created an override allowing the platform in general to have visibility into these logs. There are a few more steps for you to view them in the application log page of the older developer portal (there are visible in the new dev portal immediately at this point)
- Click Event Logs link in the breadcrumbs
- Click Advanced Search options
- Select the log level you want
- Select the Application you are working on
- Click Search
Comments