Similar to #52, the FileHandler and CallbackFileHandler interface should be serializable for this to work in a clustered environment. The workaround is easy though, just create a class implementing the interface needed and make that one Serializable. But still, it would be good to have these serializable out of the box.
Similar to #52, the
FileHandler
andCallbackFileHandler
interface should be serializable for this to work in a clustered environment. The workaround is easy though, just create a class implementing the interface needed and make that one Serializable. But still, it would be good to have these serializable out of the box.