Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

log instead of throw for failures persisting to session #1

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

alexwyler
Copy link
Contributor

No description provided.

@alexwyler
Copy link
Contributor Author

alexwyler@Alexs-MBP redisson-tomcat-8 (logging) $ mvn package -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< eatstreet:redisson-tomcat-8 >---------------------
[INFO] Building Redisson/Tomcat-8 3.9.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisson-tomcat-8 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/alexwyler/redisson-tomcat-8/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisson-tomcat-8 ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisson-tomcat-8 ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisson-tomcat-8 ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisson-tomcat-8 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisson-tomcat-8 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.100 s
[INFO] Finished at: 2019-01-21T17:36:49-06:00
[INFO] ------------------------------------------------------------------------

}
} catch (Exception e) {
log.error("Failed to save to session", e);
e.printStackTrace();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk if their appender shows stack traces, and I can't run this code

@alexwyler alexwyler merged commit 4cdd624 into master Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant