Skip to content

Commit

Permalink
Merge pull request #19518 from newrelic/translations-93e7f26f
Browse files Browse the repository at this point in the history
Updated translations -  (machine translation)
  • Loading branch information
jmiraNR authored Dec 12, 2024
2 parents f8528bb + 93e7f26 commit 7cc3eb0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,18 @@ PHP 에이전트 설치 <DNT>**requires**</DNT> 루트 액세스:
</thead>

<tbody>
<tr>
<td>
CakePHP
</td>

<td>
4.x, 5.x
</td>

<td />
</tr>

<tr>
<td>
드루팔
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Node.js에서 모니터링하는 <InlinePopover type="apm" />앱에 대한 컨

3. [지원되는 프레임워크](#automatic) 를 설치하여 로그 데이터를 보강하거나 [에이전트의 로그 전달 API를](https://newrelic.github.io/node-newrelic/API.html#recordLogEvent) 직접 사용하세요.

4. 에이전트 구성에서 `application_config.enabled``false` 로 설정합니다. (그렇지 않으면 에이전트가 자동으로 로거를 계측하고 이러한 농축기를 직접 호출하면 아무 일도 하지 않습니다.)
4. 에이전트 구성에서 `application_logging.enabled``false` 로 설정합니다. (그렇지 않으면 에이전트가 자동으로 로거를 계측하고 이러한 농축기를 직접 호출하면 아무 일도 하지 않습니다.)

5. 적절한 로그 확장을 사용하여 Node.js에 대한 컨텍스트에서 로그를 구성합니다.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,18 @@ A seguinte framework é suportada:
</thead>

<tbody>
<tr>
<td>
CakePHP
</td>

<td>
4.x, 5.x
</td>

<td />
</tr>

<tr>
<td>
Drupal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Para ativar o logs contextualizados para <InlinePopover type="apm" />aplicativos

3. Instale [uma framework compatível](#automatic) para enriquecer seus dados log ou use diretamente [a API de encaminhamento de logs do agente](https://newrelic.github.io/node-newrelic/API.html#recordLogEvent).

4. Na configuração do seu agente, defina `application_config.enabled` como `false`. (Caso contrário, o agente irá automaticamente instrumentar o seu agente e chamar você mesmo esses enriquecedores não fará nada.)
4. Na configuração do seu agente, defina `application_logging.enabled` como `false`. (Caso contrário, o agente irá automaticamente instrumentar o seu agente e chamar você mesmo esses enriquecedores não fará nada.)

5. Configure o logs contextualizados para Node.js usando a extensão log apropriada.

Expand Down

0 comments on commit 7cc3eb0

Please sign in to comment.