CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
10
stars
10
forks
source link
Adding working directory to sensor_data_sharing_service #392
Due to #342 and #391 sensor_data_sharing_service would generate logs files in the incorrect directory and these would not be exposed via the volume. By adding a working directory, the hard coded relative path for generating the log file points to the correct log directory.
NOTE: This PR does not fix #342 or #391. It only address the problem it creates for the sensor_data_sharing_service which is that logs are not published to the logs volume.
PR Details
Description
Due to #342 and #391 sensor_data_sharing_service would generate logs files in the incorrect directory and these would not be exposed via the volume. By adding a working directory, the hard coded relative path for generating the log file points to the correct log directory.
NOTE: This PR does not fix #342 or #391. It only address the problem it creates for the sensor_data_sharing_service which is that logs are not published to the logs volume.
Related GitHub Issue
342 and #391
Related Jira Key
CDAR-743
Motivation and Context
Fix logging for sensor data sharing service
How Has This Been Tested?
local integration testing
Types of changes
Checklist: