Como: Use Web Serviços to Enable and Configure Trace for Components

Você pode usar serviços da Web internos para ativar o rastreamento para aplicativos O Team Foundation Server.Isso permite reunir informações de estado sobre um processo sem reciclagem o pool de aplicativos.Você pode iniciar a coleta de informações após um problema é detectado.Este tópico descreve como ativar o rastreamento para aplicativos individuais O Team Foundation Server.Para Geral informações sobre rastreamento, consulte Rastreamento e intrumentando aplicações.

You can use only the Web Serviço to habilitar or desativar All the interno Trace switches.Para habilitar ou desativar individual Rastrear switches, você deve modificar manualmente o arquivo web.config O Team Foundation Server conforme descrito em Como: Change Settings Configuration for Team Foundation Servidor Components.

Dica

When rastrear is habilitado Using this método, the rastrear Configurações do not persistir when the pool de aplicativos is restarted.For Alterars persistent to the status Trace, you much Alterar the arquivo web.config as described in Como: Change Settings Configuration for Team Foundation Servidor Components.

To habilitar Trace for Servidor Applications Team Foundation

  • No Internet Explorer, localize a seguinte URL:

    http:// < tfsserver>:< >//tftrace.aspx?[traceWriter= < > < Verdadeiro|False >] [&] [All = < traceLevel >]

    Essa sintaxe, <tfsserver> representa o nome do O Team Foundation Server.<Port> represents the port, usually 8080.<WebService> represents the name of the O Team Foundation Server application for which you want to enable tracing.O traceWriter e All argumentos são opcionais.Consulte o texto posterior de exemplos e valores válidos para o < WebService > e < traceLevel > Argumentos.

    São os valores válidos para <WebService> Build, services, VersionControl, Warehousee WorkItemTracking.São os valores válidos para o argumento AllNone, Errors, Warnings, Informatione Verbose.

    This exemplo Sets Tudo the rastrear VersionControl switches to Verbose and does not affect the valor traceWriter:

    http:// < tfsserver >: 8080/VersionControl/tftrace.aspx?Tudo=Verbose

    This exemplo Sets Tudo the rastrear Warehouse switches to Error and the valor traceWriter to true:

    http:// < tfsserver >: 8080/Warehouse/tftrace.aspx?traceWriter=Verdadeiro&All=Error

    Dica

    You will see a em branco página da Web When You habilitar or Alterar Levels rastrear.

Segurança

Para executar este procedimento, você deve ser um membro do Administradores Agrupar no aplicativo de Team Foundation-servidor camada.Para obter mais informações, consulte Equipe base Servidor permissões.

Consulte também

Tarefas

Como: Alterar o Diretório de saída de rastreamento do Team Foundation Servidor componentes

Como: Change Settings Configuration for Team Foundation Servidor Components

Outros recursos

Enabling Trace for Team Foundation Servidor Components