Skip to content

Commit 6df4677

Browse files
Uncommented logger line change
1 parent 0bac6ad commit 6df4677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/azure/cosmos/examples/diagnostics/sync/CosmosDiagnosticsQuickStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private void readDocumentDoesntExist() throws Exception {
202202
new PartitionKey("bad-lastName"), Family.class);
203203
} catch (CosmosException cosmosException) {
204204
CosmosDiagnostics diagnostics = cosmosException.getDiagnostics();
205-
// logger.info("Read item exception diagnostics : {}", diagnostics);
205+
logger.info("Read item exception diagnostics : {}", diagnostics);
206206
}
207207

208208
logger.info("Done.");

0 commit comments

Comments
 (0)