-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(libs): add minloglevel to Dockerimage and minor changes to l…
…og levels Signed-off-by: Frederico Araujo <[email protected]>
- Loading branch information
Showing
11 changed files
with
31 additions
and
30 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 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 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 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 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 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,4 +1,4 @@ | ||
/** Copyright (C) 2019 IBM Corporation. | ||
/** Copyright (C) 2022 IBM Corporation. | ||
* | ||
* Authors: | ||
* Frederico Araujo <[email protected]> | ||
|
@@ -32,10 +32,10 @@ | |
#define CONFIGURE_LOGGER(logConfig) google::InitGoogleLogging(argv[0]); | ||
#define CATCH_LOGGER_EXCEPTION() | ||
|
||
#define SF_TRACE(logger, message) VLOG(2) << message; | ||
#define SF_DEBUG(logger, message) VLOG(1) << message; | ||
#define SF_WARN(logger, message) LOG(WARNING) << message; | ||
#define SF_INFO(logger, message) LOG(INFO) << message; | ||
#define SF_WARN(logger, message) LOG(WARNING) << message; | ||
#define SF_ERROR(logger, message) LOG(ERROR) << message; | ||
|
||
#define IS_DEBUG_ENABLED(logger) VLOG_IS_ON(1) | ||
#endif |
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 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 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 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 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