appengine-java-vm-runtime
appengine-java-vm-runtime copied to clipboard
Move logging Handler to common module
VmRuntimeFileLogHandler could be moved to the common logging module and modified to use standard logging.properties configuration; for example, limit and/or pattern could be configured there rather than be fixed and use special environment variables/system properties as now. This would be a breaking change but as these variables are only intended to be used for testing I think that is OK - opening this issue for discussions.