Skip to content
Snippets Groups Projects
Forked from Arch Linux / aurweb
Source project has a limited visibility.
  • Kevin Morris's avatar
    7bcc8d7c
    feat: support LOG_CONFIG environment variable · 7bcc8d7c
    Kevin Morris authored
    
    This variable allows users to override the logging.conf used
    for Python logging configuration. By default, this is set
    to logging.conf, which is a production config. LOG_CONFIG
    is treated relative to [options] aurwebdir.
    
    This patch allows us to specify the logging config as opposed
    to copying over logging.conf in our test docker and gitlab
    test scripts, as well as ease-of-testing as a developer.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    Verified
    7bcc8d7c
    History
    feat: support LOG_CONFIG environment variable
    Kevin Morris authored
    
    This variable allows users to override the logging.conf used
    for Python logging configuration. By default, this is set
    to logging.conf, which is a production config. LOG_CONFIG
    is treated relative to [options] aurwebdir.
    
    This patch allows us to specify the logging config as opposed
    to copying over logging.conf in our test docker and gitlab
    test scripts, as well as ease-of-testing as a developer.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To learn more about this project, read the wiki.