mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3580 Logging cleanup (#1343)
This commit is contained in:
parent
52ca40cec3
commit
c8bd9828d6
@ -533,6 +533,20 @@ const logApiCallParams = (arg: any) => {
|
||||
)}`,
|
||||
);
|
||||
break;
|
||||
case apiCmds.sendLogs:
|
||||
const logFiles = 'hidden';
|
||||
const logDetails = {
|
||||
...arg.logs,
|
||||
logFiles,
|
||||
};
|
||||
logger.info(
|
||||
`main-api-handler: - ${apiCmd} - Properties: ${JSON.stringify(
|
||||
logDetails,
|
||||
null,
|
||||
2,
|
||||
)}`,
|
||||
);
|
||||
break;
|
||||
default:
|
||||
logger.info(
|
||||
`main-api-handler: - ${apiCmd} - Properties: ${JSON.stringify(
|
||||
|
Loading…
Reference in New Issue
Block a user