Skip to content

Commit 970b1a1

Browse files
committed
TA-4767: Add another debug log
1 parent c628c42 commit 970b1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/profile/profile.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export class ProfileService {
307307

308308
private mapCelonisEnvProfile(): void {
309309
if (!process.env.CELONIS_URL) {
310+
this.log.debug("no CELONIS_URL env var");
310311
return;
311312
}
312313

0 commit comments

Comments
 (0)