-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: pass all logs through legacy out if...
...any of the debug logging environment variables are set. Signed-off-by: Jan Michalski <jan.michalski@intel.com>
- Loading branch information
Showing
10 changed files
with
130 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
$(*) | ||
$(*) | ||
$(*) | ||
$(OPT)$(*) compiled with support for Valgrind pmemcheck | ||
$(OPT)$(*) compiled with support for Valgrind helgrind | ||
$(OPT)$(*) compiled with support for Valgrind memcheck | ||
$(OPT)$(*) compiled with support for Valgrind drd | ||
$(OPT)$(*) compiled with support for shutdown state | ||
$(OPT)$(*) compiled with libndctl 63+ | ||
$(*) | ||
$(*)Log level NONE | ||
$(*)Log level ERROR | ||
$(*)Log level WARNING | ||
$(*)Log level INFO | ||
$(*)Log level DEBUG | ||
$(*) | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <3> $(nW) $(nW) | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR | ||
$(nW) <2> $(nW) $(nW) Log level WARNING | ||
$(nW) <3> $(nW) $(nW) Log level INFO | ||
$(nW) <4> $(nW) $(nW) Log level DEBUG | ||
$(nW) <3> $(nW) $(nW) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
$(*)Log level NONE | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
$(*) | ||
$(*) | ||
$(*) | ||
$(OPT)$(*) compiled with support for Valgrind pmemcheck | ||
$(OPT)$(*) compiled with support for Valgrind helgrind | ||
$(OPT)$(*) compiled with support for Valgrind memcheck | ||
$(OPT)$(*) compiled with support for Valgrind drd | ||
$(OPT)$(*) compiled with support for shutdown state | ||
$(OPT)$(*) compiled with libndctl 63+ | ||
$(*)Log level NONE | ||
$(*)Log level ERROR | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$(*) | ||
$(*) | ||
$(*) | ||
$(OPT)$(*) compiled with support for Valgrind pmemcheck | ||
$(OPT)$(*) compiled with support for Valgrind helgrind | ||
$(OPT)$(*) compiled with support for Valgrind memcheck | ||
$(OPT)$(*) compiled with support for Valgrind drd | ||
$(OPT)$(*) compiled with support for shutdown state | ||
$(OPT)$(*) compiled with libndctl 63+ | ||
$(*)Log level NONE | ||
$(*)Log level ERROR | ||
$(*)Log level WARNING | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR | ||
$(nW) <2> $(nW) $(nW) Log level WARNING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
$(*) | ||
$(*) | ||
$(*) | ||
$(OPT)$(*) compiled with support for Valgrind pmemcheck | ||
$(OPT)$(*) compiled with support for Valgrind helgrind | ||
$(OPT)$(*) compiled with support for Valgrind memcheck | ||
$(OPT)$(*) compiled with support for Valgrind drd | ||
$(OPT)$(*) compiled with support for shutdown state | ||
$(OPT)$(*) compiled with libndctl 63+ | ||
$(*) | ||
$(*)Log level NONE | ||
$(*)Log level ERROR | ||
$(*)Log level WARNING | ||
$(*)Log level INFO | ||
$(*) | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <3> $(nW) $(nW) | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR | ||
$(nW) <2> $(nW) $(nW) Log level WARNING | ||
$(nW) <3> $(nW) $(nW) Log level INFO | ||
$(nW) <3> $(nW) $(nW) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
$(*) | ||
$(*) | ||
$(*) | ||
$(OPT)$(*) compiled with support for Valgrind pmemcheck | ||
$(OPT)$(*) compiled with support for Valgrind helgrind | ||
$(OPT)$(*) compiled with support for Valgrind memcheck | ||
$(OPT)$(*) compiled with support for Valgrind drd | ||
$(OPT)$(*) compiled with support for shutdown state | ||
$(OPT)$(*) compiled with libndctl 63+ | ||
$(*) | ||
$(*)Log level NONE | ||
$(*)Log level ERROR | ||
$(*)Log level WARNING | ||
$(*)Log level INFO | ||
$(*)Log level DEBUG | ||
$(*) | ||
$(nW) <1> $(nW) $(nW) pid $(N): program: $(nW) | ||
$(nW) <1> $(nW) $(nW) ut version 1.0 | ||
$(nW) <1> $(nW) $(nW) src version: $(nW) | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind pmemcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind helgrind | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind memcheck | ||
$(nW) <1> $(nW) $(nW) compiled with support for Valgrind drd | ||
$(nW) <1> $(nW) $(nW) compiled with support for shutdown state | ||
$(nW) <1> $(nW) $(nW) compiled with libndctl 63+ | ||
$(nW) <3> $(nW) $(nW) | ||
$(nW) <1> $(nW) $(nW) Log level ALWAYS | ||
$(nW) <1> $(nW) $(nW) Log level ERROR | ||
$(nW) <2> $(nW) $(nW) Log level WARNING | ||
$(nW) <3> $(nW) $(nW) Log level INFO | ||
$(nW) <4> $(nW) $(nW) Log level DEBUG | ||
$(nW) <3> $(nW) $(nW) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters