On Thu, 20 Oct 2022 11:43:25 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> src/jdk.httpserver/share/classes/module-info.java line 86: >> >>> 84: * </li> >>> 85: * <li><p><b>{@systemProperty sun.net.httpserver.debug}</b> (default: >>> false)<br> >>> 86: * Boolean value, which if true, generates debug information on the >>> console. >> >> Should we instead say that it generates the debug information on `{@link >> System#out}`, since that's where we direct those logs and the `System.out` >> can be anything (if the application changes it to something else). > > This looks like debug and it probably shouldn't be documented - or possibly > replaced by regular logger calls since the httpserver uses java.util.logging. > What is the reason for using `dprint` instead of regular j.u.l as is done > elsewhere in the server implementation? Good idea! ------------- PR: https://git.openjdk.org/jdk/pull/10766