Debug Logs

Jaehyun_Ban·2022년 4월 18일
0

링크


Use debug logs to track events that occur in your org.
디버그로그를 사용해보자 이벤트를 추적하는 + 당신의 조직에서 발생하는
Debug logs are generated when you have active user-based trace flags, when you run Apex tests, and when executed code or API requests include debugging parameters or headers.
디버그 로그는 생성된다 + 너가 사용자 기반의 추적 플래그가 있을 때, 너가 Apex 테스트를 실행할 때, 그리고 코드나 API요청을 실행할 때 + 디버깅 파라미터나 헤더를 포함하는


A debug log can record database operations, system processes, and errors that occur when executing a transaction or running unit test.
디버그 로그는 기록할 수 있다 데이터베이스의 작업, 시스템 프로세스, 그리고 트랜젝션의 실행 또는 유닛 테스트를 실행 해 에러가 발생할 때
Debug logs can contain information about:
디버그 로그는 포함할 수 있다 다음과 같은 정보를

  • Database changes

  • HTTP callouts

  • Apex errors

  • Resources used by Apex

  • Automated workflow processes, such as:

    • Workflow rules
    • Assignment rules
    • Approval processes
    • Validation rules

    NOTE: The debug log does not include information form actions triggered by time-based workflows
    디버그 로그는 정보를 포함하지 않는다 시간기반의 workflow에 의해 트리거된 작업에 의한

The system generates a debug log every time atransaction that is included in the defined filter criteria is executed
시스템은 매시간 트랜잭션이 실행될 때 마다 디버르 로그를 생성한다. 이것은 정의된 필터의 기준이 실행되엇을 때 포함된다.

나머지 이후 진행...

0개의 댓글