Restricts tracing to a specific application.
mftrace.application=executable-name
executable-name | the name of the executable for the application for which tracing is to be performed. This can be either a fully-qualified or unqualified name. Enclosing the executable name within parentheses indicates that the application is being run under a trigger program (such as cobrun), and that the second program of the command line is to be used as the real executable name. |
All applications are traceable if you do not set mftrace.application.
Use mftrace.application to restrict tracing to a specific application. If the name of the application's executable does not match executable-name, all preceding configuration entries are ignored and the remainder of the configuration file is not processed.
To restrict tracing to the myapp executable:
... mftrace.application=myapp ...
To restrict tracing to the otherapp executable being run under a trigger program:
... mftrace.application=(otherapp) ...