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

Disabling log doesn't work #168

Closed
Sarke opened this issue Feb 27, 2019 · 4 comments
Closed

Disabling log doesn't work #168

Sarke opened this issue Feb 27, 2019 · 4 comments

Comments

@Sarke
Copy link
Contributor

Sarke commented Feb 27, 2019

I am on the latest release 0.6.0 and the following still creates a dive.log file:

log:
  enabled: false

However, this works:

log:
  path: /dev/null

Great tool btw, love it.

@akshaychhajed
Copy link
Contributor

@Sarke dive prints name of config used if it found one.

dive image:latest
Using config file: /somelocation/.dive.yaml
Fetching image... (this can take a while with large images)
Parsing image...
Analyzing image...
Building cache...

Also if you are using ~/.config/dive.yaml look at #170

@akshaychhajed
Copy link
Contributor

Looks like this has been fixed in master (after 0.6.0 release)
#148

@Sarke
Copy link
Contributor Author

Sarke commented Mar 11, 2019

The config file is being read, that is not the issue.

@wagoodman
Copy link
Owner

@Sarke thanks! Glad you like it! You should see this fix in the 0.7.0 release (within the hour).

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

No branches or pull requests

3 participants