opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.21k stars 1.03k forks source link

Clean up logging #1343

Closed abyrd closed 4 years ago

abyrd commented 10 years ago

There are still old logging config files around. Clean out everything that is pre-Logback, then update the wiki to explain the true current logging situation.

https://github.com/opentripplanner/OpenTripPlanner/wiki/Logging

thomhubers commented 8 years ago

The referred wiki page is marked outdated. What is the status of this issue?

abyrd commented 8 years ago

@thomhubers the information on that wiki page is still accurate. OTP uses Logback. That wiki page is marked as outdated because the entire wiki is marked outdated as a precaution. Only the newer Readthedocs documentation is considered definitive for the current version of OTP. Since it is still valid, that wiki page should be cleaned up and moved to the new documentation location inside the OTP repo, in the docs directory.

However this ticket was just a reminder to go through OTP and clean out any obsolete logging configuration files left over from pre-logback frameworks we used. Since the ticket is still open, that means no one has done a final check to make sure it's 100% cleaned out yet.

thomhubers commented 8 years ago

@abyrd I can spend a few hours on an issue like this one, since it seems not too complex. If you have another issue or suggestion. Please let me know!

abyrd commented 4 years ago

It looks to me like all logging is now controlled with logback.xml. Closing.