cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom logs

sandeep_shankar
Newcomer

How to give filepath in configuring custom logs:

eg: "\\mdrd-ns001\OCM-Insebackend-PPE\ECM\Log\*.log" is the filepath but this fails to validate and save the file giving error invalid filpath. Could you please let me know how this can be achieved

1 REPLY 1

Jakub_Slota
Dynatracer
Dynatracer

Hello Sandeep,

Validation of Windows custom logs requires the path to begin with drive letter. One solution would be to map the network drive and then use the assigned letter in the path.

For more details about adding logs manually please refer to: Dynatrace help page.

Also keep in mind that using "*.log" as log file name would result in reporting each file in the directory separately. There is also "#" character for handling numbered rotated log files as described on the linked help page.

Featured Posts