Skip to content

Conversation

@untitaker
Copy link
Member

Fix #13

Copy link
Member

@WhyNotHugo WhyNotHugo left a comment

Choose a reason for hiding this comment

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

Oh, cool, we don't need to replace all the logger calls. Didn't know that, nice!

todoman/cli.py Outdated
TODO_ID_MIN = 1
with_id_arg = click.argument('id', type=click.IntRange(min=TODO_ID_MIN))

logger = logging.getLogger(__name__)
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this logger?

todoman/cli.py Outdated


@click.group(invoke_without_command=True)
@click_log.init('vdirsyncer')
Copy link
Member

Choose a reason for hiding this comment

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

todoman 😛

@untitaker
Copy link
Member Author

Fixed both of your comments.

Copy link
Member

@WhyNotHugo WhyNotHugo left a comment

Choose a reason for hiding this comment

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

Feel free to merge after reviewing the changelog.

v2.1.0
------

* New PyPI dependency ``click-log``.
Copy link
Member

Choose a reason for hiding this comment

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

Please also mention the new --verbosity flag.

v2.1.0
------

* The global ``--verbosity`` option has been introduced. It doesn't do much for
Copy link
Member

Choose a reason for hiding this comment

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

👍 😆

@untitaker untitaker merged commit 87f8d0c into pimutils:master Feb 20, 2017
@untitaker untitaker deleted the click-log branch February 20, 2017 17:57
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