Last active
August 24, 2024 02:01
-
-
Save djberg96/d26d9910d606663767dea21f07f649d5 to your computer and use it in GitHub Desktop.
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
>uname -a | |
Linux ThinkpadX1 5.14.0-1050-oem #57-Ubuntu SMP Fri Aug 19 08:01:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | |
>java -version | |
openjdk version "22.0.2" 2024-07-16 | |
OpenJDK Runtime Environment (build 22.0.2+9-snap) | |
OpenJDK 64-Bit Server VM (build 22.0.2+9-snap, mixed mode, sharing) | |
dberger:/home/dberger/Downloads/Misc/VASSAL-3.7.14 >./VASSAL.sh | |
21:59:34,223 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.7 | |
21:59:34,224 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - No custom configurators were discovered as a service. | |
21:59:34,224 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator | |
21:59:34,224 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator | |
21:59:34,229 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] | |
21:59:34,230 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] | |
21:59:34,237 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 6 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY | |
21:59:34,237 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator | |
21:59:34,237 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator | |
21:59:34,238 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] | |
21:59:34,240 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/dberger/Downloads/Misc/VASSAL-3.7.14/lib/Vengine.jar!/logback.xml] | |
21:59:34,245 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@29215f06 - URL [jar:file:/home/dberger/Downloads/Misc/VASSAL-3.7.14/lib/Vengine.jar!/logback.xml] is not of type file | |
21:59:34,285 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 29 | |
21:59:34,317 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@59505b48 - value "errorLog-3.7.14" substituted for "errorLog-${git.version}" | |
21:59:34,453 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("VASSAL.conf")] evaluated to false on line 5 | |
21:59:34,456 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("os.name").toLowerCase().startsWith("windows")] evaluated to false on line 10 | |
21:59:34,457 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("os.name").toLowerCase().startsWith("mac")] evaluated to false on line 15 | |
21:59:34,457 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@59505b48 - value "/home/dberger/.VASSAL" substituted for "${user.home}/.VASSAL" | |
21:59:34,457 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word pid with class [VASSAL.tools.logging.ProcessIDConverter] | |
21:59:34,458 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE] | |
21:59:34,459 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.FileAppender] | |
21:59:34,463 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@59505b48 - value "/home/dberger/.VASSAL/errorLog-3.7.14" substituted for "${CONF_DIR}/${LOG_FILE}" | |
21:59:34,486 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [/home/dberger/.VASSAL/errorLog-3.7.14] | |
21:59:34,486 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CHATTER] | |
21:59:34,486 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [VASSAL.build.module.ConsoleAppender] | |
21:59:34,487 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO | |
21:59:34,487 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE] to Logger[ROOT] | |
21:59:34,487 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CHATTER] to Logger[ROOT] | |
21:59:34,487 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4efac082 - End of configuration. | |
21:59:34,488 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bd61f98 - Registering current configuration as safe fallback point | |
21:59:34,488 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2d710f1a - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 251 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment