cebes / cebes-server

Cebes servers
https://cebes.github.io
Apache License 2.0
2 stars 0 forks source link

[#52] improved logging #57

Closed phvu closed 7 years ago

phvu commented 7 years ago

https://github.com/phvu/cebes-server/issues/52

Turns out we shouldn't use logback because spark use slf4j-log4j12. During production, we will use the spark-submit command to submit cebes, therefore slf4j-log4j12 will be in the classpath, and slf4j will pick log4j anyway, regardless of us trying to use logback.

So we will stay with log4j. This PR also did some improvements on the log configuration:

phvu commented 7 years ago

retest this please

phvu commented 7 years ago

retest this please

phvu commented 7 years ago

retest this please