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

--skip-unchanged defaults to true #40

Open
hampgoodwin opened this issue Aug 12, 2021 · 3 comments
Open

--skip-unchanged defaults to true #40

hampgoodwin opened this issue Aug 12, 2021 · 3 comments

Comments

@hampgoodwin
Copy link

Hello!,

Where could I PR to either document that --skip-unchanged defaults to true and duplicate key/values are removed on a naked run, or change it so that it is not default functionality?

Thanks!

@joemiller
Copy link

First time user and this tripped me up at first too. +1

@patroza
Copy link

patroza commented Dec 7, 2022

Same here, How do I get rid of it?

@aybabtme
Copy link
Collaborator

aybabtme commented Jan 18, 2023

Hi folks, sorry for only now looking at this. I recognize that this default might trip people up. I'm open to changing the default here but since it's been like that from day one, I'd be worried about breaking expectations for previous users who would expect this behavior by default.

Until I can get more feedback on this, and if you wish for this default to be false for you, I would suggest that you set the default to false in ~/.config/humanlog/config.json. You will need to be running one of the latest version for this setting to take effect.

Something like this:

$ cat ~/.config/humanlog/config.json
{
	"version": 1,
	"skip-unchanged": false
}

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

4 participants