Can anyone tell me if the location of the metering.csv log file be changed to a different location? We would like the log file to be written to the E drive if the server.
Production Instance of Integration Server 10.15
Thanks in advance!
Can anyone tell me if the location of the metering.csv log file be changed to a different location? We would like the log file to be written to the E drive if the server.
Production Instance of Integration Server 10.15
Thanks in advance!
I checked but couldn’t find any Extended Setting or Cnf File where we can edit the log file generation path for metering.
Perhaps Experts on this forum can add their two cent here !
“Have you checked the server configuration settings or documentation for options to customize the log file path? It might be possible to change the location through settings or environment variables.”
If you can’t change the log file path, you can create a symbolic link to your e drive.
for windows
for linux
ln -s /path/to/file /path/to/symlink
Thank you so much, you saved my day.