Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

fix docker log levels #1083

Merged
merged 1 commit into from
Oct 4, 2018
Merged

fix docker log levels #1083

merged 1 commit into from
Oct 4, 2018

Conversation

robert-milan
Copy link
Contributor

I noticed this when I was spinning up docker-cluster

@@ -13,7 +13,7 @@ Settings within section names in the config just require you to prefix the secti
Examples:

```
MT_LOG_LEVEL: 1 # MT_<setting_name>
MT_LOG_LEVEL: info # MT_<setting_name>
Copy link
Contributor

Choose a reason for hiding this comment

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

in same places in this PR you're replacing 2 with info, and here you replace 1 with info. are they the same or should that be something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

'1' would be the new equivalent of 'debug', however that is a discrepancy between the documentation and the actual config / example config, so I thought it best to change the docs to match up with the config files themselves. Otherwise it might lead to confusion if someone looks at the docs and just assumes that the configs match them.

@robert-milan robert-milan merged commit c003cb7 into master Oct 4, 2018
@Dieterbe Dieterbe deleted the fix-docker-log-levels branch October 29, 2018 09:07
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.

2 participants