Skip to content

Commit 90259c2

Browse files
committed
adding logging cordapp
1 parent fc94563 commit 90259c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Basic/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
This folder features basic sample projects, each of them demonstrates low level cordapp functionalities, such as [RPC connection](https://docs.corda.net/docs/corda-os/api-rpc.html#api-rpc-operations), messaging, etc.
44

55
### [Cordapp Example](./cordapp-example):
6-
A simple exploratory sample for the official [Corda online training](https://training.corda.net).
6+
A simple exploratory sample for the official [Corda online training](https://training.corda.net).
77

88
### [Database Access](./flow-database-access):
9-
This CorDapp provides a simple example of how the node database can be accessed within flows. In this case, the flows maintain a table of cryptocurrency values in the node's database.
9+
This CorDapp provides a simple example of how the node database can be accessed within flows. In this case, the flows maintain a table of cryptocurrency values in the node's database.
1010

1111
### [Http Access](./flow-http-access):
12-
This CorDapp provides a simple example of how HTTP requests can be made in flows. In this case, the flow makes an HTTP request to retrieve the original BitCoin readme from GitHub.
12+
This CorDapp provides a simple example of how HTTP requests can be made in flows. In this case, the flow makes an HTTP request to retrieve the original BitCoin readme from GitHub.
1313

1414
### [Ping Pong](./ping-pong):
15-
This CorDapp allows a node to ping any other node on the network, demonstrating stateless communication between nodes.
15+
This CorDapp allows a node to ping any other node on the network, demonstrating stateless communication between nodes.
16+
17+
### [Logging Cordapp](./logging-cordapp):
18+
This cordapp has some examples on how to setup custom logging with corda for either json logging and other tooling.
1619

1720

1821

Basic/logging-cordapp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c7fc8c1baec08a9abfe23b1934fc736dd3d5b6ab

0 commit comments

Comments
 (0)