Skip to content

Commit

Permalink
Remove rocks page store log
Browse files Browse the repository at this point in the history
### What changes are proposed in this pull request?

Please outline the changes and how this PR fixes the issue.

### Why are the changes needed?

Please clarify why the changes are needed. For instance,
  1. If you propose a new API, clarify the use case for a new API.
  2. If you fix a bug, describe the bug.

### Does this PR introduce any user facing changes?

Please list the user-facing changes introduced by your change, including
  1. change in user-facing APIs
  2. addition or removal of property keys
  3. webui

			pr-link: #17781
			change-id: cid-fd757d751c511c9071faf4c97819d8be667dce6b
  • Loading branch information
maobaolong authored Jul 17, 2023
1 parent a2e5ea5 commit c34dd16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Directory of page store.
*/
public interface PageStoreDir {
Logger LOG = LoggerFactory.getLogger(RocksPageStore.class);
Logger LOG = LoggerFactory.getLogger(PageStoreDir.class);

/**
* Create a list of PageStoreDir based on the configuration.
Expand Down

0 comments on commit c34dd16

Please sign in to comment.