feat: Enhance logging and configuration for Smart Factory integration
- Added companyCode to the AuthController for improved logging. - Updated sendSmartFactoryLog function to support company-specific API keys. - Configured environment variables for company-specific Smart Factory API keys in Docker Compose files. This update ensures that logs are more informative and that the correct API keys are used based on the company context.
This commit is contained in:
@@ -89,6 +89,7 @@ export class AuthController {
|
||||
userId: userInfo.userId,
|
||||
remoteAddr,
|
||||
useType: "접속",
|
||||
companyCode: userInfo.companyCode,
|
||||
}).catch(() => {});
|
||||
|
||||
// POP 랜딩 경로 조회
|
||||
|
||||
Reference in New Issue
Block a user