Hi @japsas100
AFAIK, these paths are configured during the initial installation phase where you can redirect them to a different path. However I think there is a logconfig.xml file which is referred for all the logging properties. You can try to change the path in this file for the property value. Example below:
<rollingPolicy class="TimeBasedRollingPolicy">
<param name="FileNamePattern" value="/sasconfig/Lev1/SASMeta/MetadataServer/Logs/SASMeta_MetadataServer_%d_%S{hostname}_%S{pid}.log"/>
</rollingPolicy>
Kindly note change to this property will redirect all the logs to the new location and my restart spawner or service restart. Do take backup of the existing file before making any change.