Created
September 26, 2013 17:03
-
-
Save bytor99999/6717146 to your computer and use it in GitHub Desktop.
Different logging how you run Vertx
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
IJ opening up maven on the right, then right clicking on runmodIDEA under the maven project | |
[DEBUG] -- end configuration -- | |
log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory). | |
log4j:WARN Please initialize the log4j system properly. | |
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. | |
[INFO] CTRL-C to stop server | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
Sep 26, 2013 9:54:44 AM org.vertx.java.core.logging.impl.JULLogDelegate info | |
INFO: Application Context has been created | |
IJ using Integration test class | |
@Override | |
void start() { | |
initialize() | |
container.deployModule("com.company~game-server~0.1.0-SNAPSHOT") | |
} | |
Sep 26, 2013 9:56:49 AM org.hibernate.tool.hbm2ddl.TableMetadata <init> | |
INFO: HHH000126: Indexes: [poker_game_hand_pkey] | |
Sep 26, 2013 9:56:49 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute | |
INFO: HHH000232: Schema update complete | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
Sep 26, 2013 9:56:53 AM org.vertx.java.core.logging.impl.JULLogDelegate info | |
INFO: Application Context has been created | |
In terminal with vertx runmod | |
2013-09-26 09:27:10,881 INFO c.h.g.core.verticles.GameServerApp - **** Data Server Module is running **** | |
2013-09-26 09:27:10,882 INFO c.h.g.core.verticles.GameServerApp - Last deployed Module/Verticle makes the count 9 out of 9 | |
2013-09-26 09:27:10,882 INFO c.h.g.core.verticles.GameServerApp - ************* Game Server is up and running ************** | |
2013-09-26 09:27:10,891 INFO c.h.g.core.verticles.GameServerApp - Started up in 14.837 seconds | |
Running in terminal with mvn vertx:runModIDEA | |
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. | |
[INFO] CTRL-C to stop server | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
KsDef(name:hdpoker_dev, strategy_class:SimpleStrategy, strategy_options:{replication_factor=1}, cf_defs:[]) | |
Sep 26, 2013 9:59:11 AM org.vertx.java.core.logging.impl.JULLogDelegate info | |
INFO: Application Context has been created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment