When testing `logging` API, the `projectPath` is added twice, which results in compile error: ``` An object literal cannot have multiple properties with the same name in strict mode. ``` This happens in `logging_service`, `metric_service`, `config_service`
When testing
loggingAPI, theprojectPathis added twice, which results in compile error:This happens in
logging_service,metric_service,config_service