Skip to content

Commit

Permalink
doc: mark old logging as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed May 7, 2024
1 parent 3a208d6 commit 2072838
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/libpmem/libpmem.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ The typical way to access the debug version is to set the environment variable
as appropriate. Debugging output is controlled using the following environment
variables. These variables have no effect on the non-debug version of the library.

+ **PMEM_LOG_LEVEL**
+ **PMEM_LOG_LEVEL** (DEPRECATED)

The value of **PMEM_LOG_LEVEL** enables trace points in the debug version
of the library, as follows:
Expand All @@ -273,7 +273,7 @@ information that is likely only useful to the **libpmem** developers.

Unless **PMEM_LOG_FILE** is set, debugging output is written to *stderr*.

+ **PMEM_LOG_FILE**
+ **PMEM_LOG_FILE** (DEPRECATED)

Specifies the name of a file where
all logging information should be written. If the last character in the name
Expand Down
4 changes: 2 additions & 2 deletions doc/libpmemobj/libpmemobj.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The typical way to access the debug version is to set the environment variable
as appropriate. Debugging output is controlled using the following environment
variables. These variables have no effect on the non-debug version of the library.

+ **PMEMOBJ_LOG_LEVEL**
+ **PMEMOBJ_LOG_LEVEL** (DEPRECATED)

The value of **PMEMOBJ_LOG_LEVEL** enables trace points in the debug version
of the library, as follows:
Expand All @@ -212,7 +212,7 @@ that is likely only useful to the **libpmemobj** developers.

Unless **PMEMOBJ_LOG_FILE** is set, debugging output is written to *stderr*.

+ **PMEMOBJ_LOG_FILE**
+ **PMEMOBJ_LOG_FILE** (DEPRECATED)

Specifies the name of a file where all logging information should be written.
If the last character in the name is "-", the *PID* of the current process will
Expand Down
4 changes: 2 additions & 2 deletions doc/libpmempool/libpmempool.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The typical way to access the debug version is to set the environment variable
as appropriate. Debugging output is controlled using the following environment
variables. These variables have no effect on the non-debug version of the library.

+ **PMEMPOOL_LOG_LEVEL**
+ **PMEMPOOL_LOG_LEVEL** (DEPRECATED)

The value of **PMEMPOOL_LOG_LEVEL** enables trace points in the debug version
of the library, as follows:
Expand All @@ -175,7 +175,7 @@ information that is likely only useful to the **libpmempool** developers.

Unless **PMEMPOOL_LOG_FILE** is set, debugging output is written to *stderr*.

+ **PMEMPOOL_LOG_FILE**
+ **PMEMPOOL_LOG_FILE** (DEPRECATED)

Specifies the name of a file where
all logging information should be written. If the last character in the name
Expand Down

0 comments on commit 2072838

Please sign in to comment.