Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
234 stars 76 forks source link

Swapping log4j to slf4j to unlock log configurations by services #346

Closed kosty closed 1 year ago

kosty commented 1 year ago

Configuring logs at level of service generally makes maintenance easier through integration with corresponding log management solutions. Using SLF4J makes photon less opinionated and hopefully easier to manage as a service for Netflix and others across community