couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Enable all logging #66

Closed tleyden closed 8 years ago

tleyden commented 8 years ago

Trying to debug https://github.com/couchbaselabs/ToDoLite-iOS/issues/65, would be easier if all logging (Sync, SyncVerbose) was enabled by default.

snej commented 8 years ago

It would get in the way of debugging other problems, i.e. with models or views or whatever. It also slows down performance a lot.

Can't you just run the app with command-line args? If that won't work, it just takes one or two lines of code to enable those logs in the CBLManager.