usdot-fhwa-stol / carma-streets

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

Closed paulbourelly999 closed 9 months ago

paulbourelly999 commented 9 months ago

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:

paulbourelly999 commented 9 months ago

I don't have much comments except what Dan suggested

addressed

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud