#673 Better (for debugging) log messages or logging system
Closed: Duplicate Opened by cfu.

Our current logging system needs improvement for a couple reasons:
1. When things fail, it's hard to pinpoint the exact location of failure. Very often the errors bubble up (e.g. JAVA exceptions) and by the time it is noticed, it's hard to tell exactly where the failure occurs. We need some way to make it so that the exact errors can be easily identified (e.g. reserve some unique string such as "ALERT")
2. The logging system is supposed to be layered with one layer encompassing all messages from another layer. However, at some point, we have lost that layered design and many messages would occur in system or error logs but not in the debug log.
3. basic misconfiguration issues are not spotted right from the start (system down, etc.)


This will be addressed as part of ticket #195.

Metadata Update from @cfu:
- Issue set to the milestone: UNTRIAGED

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1243

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata