OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Console output may not show up in the Domino log.nsf #13

Closed jesse-gallagher closed 3 years ago

jesse-gallagher commented 5 years ago

This could be considered a blessing, since the console output is just a duplicate of the Liberty log files anyway, but it's at least odd. It's no doubt due to the NAPI method used to output the text with the "WLP: " prefix. Darwino doesn't have this trouble using a different API, so maybe there's an alternative that would work here.

jesse-gallagher commented 5 years ago

It doesn't look like there's a different console-writing method in IBM's NAPI, so the way to go may be to bring in the Darwino NAPI. It's a bit overkill for this need, but maybe it'd come in handy with other operations.