mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix: explicit boolean for logging (#40681)
This commit is contained in:
@@ -62,10 +62,11 @@ export class TemporalService {
|
||||
namespace: this.hub.TEMPORAL_NAMESPACE || 'default',
|
||||
})
|
||||
|
||||
const tlsEnabled: boolean = credentials !== undefined
|
||||
logger.info('✅ Connected to Temporal', {
|
||||
address,
|
||||
namespace: this.hub.TEMPORAL_NAMESPACE,
|
||||
tlsEnabled: credentials !== undefined,
|
||||
tlsEnabled,
|
||||
})
|
||||
|
||||
return client
|
||||
|
||||
Reference in New Issue
Block a user