Skosmos
Skosmos copied to clipboard
Re-structure Skosmos logging
It is currently difficult to debug problems when it fails to run. Current log messages may not be very informative.
It would help to have a logging facility within Skosmos that would capture all errors and exceptions.
I may recommend that: Logging should be structured in JSON format Parameterize and contextualize logs for easier analysis. The default logging level is higher as WARNING
Can you provide any concrete examples of such logging for example in other PHP applications? Are there any good PHP logging libraries that would help implement this?
Is this something you'd be willing to work on and contribute PRs by any chance?