Skip to content
Snippets Groups Projects
  • Reiter, Christoph's avatar
    e8107c17
    extension: add a way to register a new logging channel and configure masking · e8107c17
    Reiter, Christoph authored
    This allows a bundle to register an extension without having to create a
    dummy service+tag.
    
    Registering allows an optional parameter for disabling secret masking in the
    log processor for that channel.
    
    The main use case for this is when a bundle wants an additional audit channel
    which can contain PII or similar.
    
    Since we configure the monolog bundle directly here we need to add a dependency
    on it and make sure it is loaded. This means that bundles might need to add/load
    the monolog bundle in their tests now after updating to this version.
    e8107c17
    History
    extension: add a way to register a new logging channel and configure masking
    Reiter, Christoph authored
    This allows a bundle to register an extension without having to create a
    dummy service+tag.
    
    Registering allows an optional parameter for disabling secret masking in the
    log processor for that channel.
    
    The main use case for this is when a bundle wants an additional audit channel
    which can contain PII or similar.
    
    Since we configure the monolog bundle directly here we need to add a dependency
    on it and make sure it is loaded. This means that bundles might need to add/load
    the monolog bundle in their tests now after updating to this version.
This project manages its dependencies using Composer. Learn more
composer.json 3.04 KiB