-
Bug
-
Resolution: Duplicate
-
Critical
-
Awaiting Volunteers
-
None
At shutdown, the logging from the module that I used is partially lost. When debugging I add: System.console().printf at same locations as the logger.info (java.util), only the System.console output was captured for 90% of the traces.
And I believe it is related to the fact that the traces are "moved" from server.log towards boot.log ! This assumption is because the other 10% are going to boot.log.
If I attached the debugger remotely then I will get the logs but that is because some thread synchronization is different.
Would be nice to have this addressed.
- duplicates
-
AS7-613 Disappearing log messages
- Resolved