Show TOC Start of Content Area

Background documentation TRACEFILE / TF Locate the document in its SAP Library structure

Syntax

TRACEFILE

Syntax

tracefile | tf [-m <mode>] [-f <fileName>] [--sl <severityLevel>] [--append]

Arguments

 

[-m <mode>]

The mode for enabling or disabling tracing. Can take values on or off.

[-f <fileName>]

File to use for tracing. You can use a full or relative path. Use slash (/) as the file separator.

[--sl <severityLevel>]

The severity level. Can take values:

      All

      None

      Debug

      Path

      Info

      Warning

      Error

      Fatal

Default value is Error.

[--append]

Choose this option if you want to append all new trace information to the specified file, otherwise the file will be overwritten if it exists.

Description

Command to enable, disable tracing, set trace file and severity. The tracing will be enabled over all used libraries, so for example also all messages from DTR client will be written to the trace file.

Example

tf -m on -f myTrace.trc --sl Info

End of Content Area