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

DEBUG:root:made sure table exists #117

Open
sergeydi opened this issue Jul 18, 2015 · 1 comment
Open

DEBUG:root:made sure table exists #117

sergeydi opened this issue Jul 18, 2015 · 1 comment

Comments

@sergeydi
Copy link

$ pycardsyncer -c pycard.conf -a private --debug
DEBUG:root:Using configuration from pycard.conf
DEBUG:root:Ignoring query:where in configuration file
DEBUG:root:Ignoring default:debug in configuration file
DEBUG:root:Using configuration:
DEBUG:root: accounts:
DEBUG:root: auth: basic
DEBUG:root: name: work
DEBUG:root: resource: https://carddav.server.tld:443/davical/caldav.php/username/addresses/
DEBUG:root: user: username
DEBUG:root: verify: True
DEBUG:root: write_support: False
DEBUG:root: accounts:
DEBUG:root: auth: digest
DEBUG:root: name: private
DEBUG:root: resource: https://contacts.icloud.com/
DEBUG:root: user: myname
DEBUG:root: verify: True
DEBUG:root: write_support: False
DEBUG:root: debug: True
DEBUG:root: filename: pycard.conf
DEBUG:root: sqlite:
DEBUG:root: path: ./abook.db
DEBUG:root: sync:
DEBUG:root: accounts: set(['private'])
DEBUG:root:start syncing account private
DEBUG:root:made sure version table exists
DEBUG:root:made sure accounts table exists
DEBUG:root:made sure private table exists
DEBUG:root:looking for locally changed vcards...

And nothing else...

@tanrax
Copy link

tanrax commented Apr 12, 2016

+1

DEBUG:root:Using configuration from /Users/nalon/.config/pycard/pycard.conf
DEBUG:root:Ignoring query:where in configuration file
DEBUG:root:Ignoring default:debug in configuration file
DEBUG:root:Using configuration:
DEBUG:root:     accounts:
DEBUG:root:             auth: digest
DEBUG:root:             name: Fenollosa
DEBUG:root:             resource: https://calendario.nalon.work/card.php/
DEBUG:root:             user: andros
DEBUG:root:             verify: True
DEBUG:root:             write_support: False
DEBUG:root:     debug: True
DEBUG:root:     filename: /Users/nalon/.config/pycard/pycard.conf
DEBUG:root:     sqlite:
DEBUG:root:             path: /Users/nalon/.pycard/contactos.sqlite
DEBUG:root:     sync:
DEBUG:root:             accounts: set(['Fenollosa'])
DEBUG:root:start syncing account Fenollosa
DEBUG:root:made sure version table exists
DEBUG:root:made sure accounts table exists
DEBUG:root:made sure Fenollosa table exists
DEBUG:root:looking for locally changed vcards...

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

2 participants