matthiasblaesing opened a new pull request, #9525:
URL: https://github.com/apache/netbeans/pull/9525

   As part of 892e14c11c2b3c753030c667883d75a0cc574224 the default detail level 
of the logging of PersistenceManager problems was reduced and is only retained 
if FINE lgging is enabled. On the other hand the log level for the shorted 
message was raised to WARNING from INFO.
   
   This causes the problem to become visible to the end user. Logs with level 
WARNING and an attached exception cause a visible notification via the chain:
   
   `NbErrorManager` -> `NotifyExcPanel#notify` -> `NotifyExcPanel#shallNotify`
   
   This in turn even shows the detailed message because the content of the 
serialization problem is attached to the exception via
   
   `Exceptions.attachLocalizedMessage`
   
   in `XMLSettingsSupport`.
   
   Closes: #9524


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to