Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/config validation #101

Merged
merged 7 commits into from
Feb 14, 2017
Merged

Conversation

afeena
Copy link
Collaborator

@afeena afeena commented Feb 11, 2017

#97

bin/tanner Outdated
logger.Logger.create_logger(log_file_name, __package__)
print("App logs will be stored in", log_file_name)
if TannerConfig.get('LOCALLOG', 'enabled') == 'True':
print("Data logs will be stored in", TannerConfig.get('LOCALLOG', 'enabled'))
Copy link
Member

Choose a reason for hiding this comment

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

Should be "path"

@glaslos glaslos merged commit 2df92c8 into mushorg:master Feb 14, 2017
@afeena afeena deleted the feature/config-validation branch February 15, 2017 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants