[NCBC-12] logging level documentation needed Created: 05/Dec/11 Updated: 29/May/13 |
|
| Status: | Reopened |
| Project: | Couchbase .NET client library |
| Component/s: | docs |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.1 |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Matt Ingenthron | Assignee: | Matt Ingenthron |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Currently, there's insufficient information on how to change the logging level to see what's happening when diagnosing an issue.
|
| Comments |
| Comment by Matt Ingenthron [ 05/Dec/11 ] |
|
From Bin:
Attila added more logging for operation Delete/Get/Set at https://github.com/enyim/EnyimMemcached/commit/768fb5956f2f69b6c57a484a3aee367dc0d42ba0#Enyim.Caching/Memcached/Protocol/Binary/GetOperation.cs. The customer needs to get the latest Enyim library and build with symbol ‘EVEN_MORE_LOGGING’. See attached picture for illustration. At the same time, they need to set the log level to DEBUG in their configuration file. |
| Comment by John Zablocki [ 02/Mar/12 ] |
| I added a section "Configuring Logging" to the "Getting Started" document - http://www.couchbase.com/develop/net/current. This doesn't cover the build with EVEN_MORE_LOGGING though... |
| Comment by John Zablocki [ 05/Feb/13 ] |
| Released |
| Comment by Perry Krug [ 07/Feb/13 ] |
|
John, does this doc need to be updated to cover EVEN_MORE_LOGGING?
This is related to NCBC-225 as well. |