Skip to content

Commit

Permalink
[FAB-17370] Delete old info about shim’s Logger (#489)
Browse files Browse the repository at this point in the history
Logger has been removed from Go chaincode shim by FAB-15366 updates.
This patch deletes old information about the shim’s Logger remaining
in some documents.

Signed-off-by: Tatsuya Sato <Tatsuya.Sato@hal.hitachi.com>
  • Loading branch information
satota2 authored and yacovm committed Jan 10, 2020
1 parent 8318470 commit dcdd599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/source/logging-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Overview
--------

Logging in the ``peer`` and ``orderer`` is provided by the
``common/flogging`` package. Chaincodes written in Go also use this
package if they use the logging methods provided by the ``shim``.
This package supports
``common/flogging`` package. This package supports

- Logging control based on the severity of the message
- Logging control based on the software *logger* generating the message
Expand Down
2 changes: 1 addition & 1 deletion docs/source/upgrade_to_newest_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At this point, you have two options:

## Chaincode logger (Go chaincode only)

Support for user chaincodes to utilize the chaincode shim's logger via `NewLogger()` has been deprecated. Chaincodes that used the shim's `NewLogger()` must now shift to their own preferred logging mechanism.
Support for user chaincodes to utilize the chaincode shim's logger via `NewLogger()` has been removed. Chaincodes that used the shim's `NewLogger()` must now shift to their own preferred logging mechanism.

For more information, check out [Logging control](./logging-control.html#chaincode).

Expand Down

0 comments on commit dcdd599

Please sign in to comment.