defaultMaskKeywordsArray: string[] = ...

An array of keywords that can be used to mask secret data in log files. Information about some of them:

  • AccountKey - Azure connection string
  • SharedAccessKey - Azure service bus connection string
  • sig= - Azure SAS token
  • amqp:// and amqps:// - RabbitMQ connection string
  • postgres:// and postgresql:// - PostgreSQL database connection string

Generated using TypeDoc