Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Add log level options #142

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Add log level options #142

merged 1 commit into from
Aug 3, 2020

Conversation

dhollinger
Copy link
Member

@dhollinger dhollinger commented Aug 3, 2020

Added a new option to the configuration that will setup logging levels based on a setting in the config.yml

fixes #140

@dhollinger dhollinger self-assigned this Aug 3, 2020
Copy link
Member

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I havent tested this, but code looks good!

@dhollinger dhollinger force-pushed the loglevel branch 4 times, most recently from 37f2292 to dc76055 Compare August 3, 2020 20:35

def self.loglevel
case APP_CONFIG.loglevel
when 'debug'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any chance that these values will come in as symbols?

@dhollinger dhollinger merged commit d0e56d0 into voxpupuli:master Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loglevel is not configureable anymore
3 participants