mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 21:23:10 +00:00
This reverts commit a3ef95644f8e854d911312dfb2cafaef6456f168.
This commit is contained in:
parent
fd3512b544
commit
03f1d4f2fb
@ -312,16 +312,16 @@ public final class TablesInitializer {
|
||||
|
||||
private static void printToConsoleInDebug(String message) {
|
||||
if (DEBUG_MODE) {
|
||||
logger.log(message);
|
||||
System.out.println(message);
|
||||
}
|
||||
}
|
||||
|
||||
private static void printError(String message) {
|
||||
logger.log(message);
|
||||
System.err.println(message);
|
||||
}
|
||||
|
||||
private static void printToConsoleMandatory(String message) {
|
||||
logger.log(message);
|
||||
System.out.println(message);
|
||||
}
|
||||
|
||||
private static void createIngestionBot(OpenMetadataApplicationConfig config, Jdbi jdbi) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user