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
Solved! Go to Solution.
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.