On Apr 3, 2008, at 10:47 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
Nice solution.
We need to decide if we want to go as far as inernationalizing logs and exception messages.
I was wondering the same thing, but so far I refrained from using any error message localization, as logs should look the same on all machines, and when I get a stacktrace in Jira or on the mailing list I'd like to quickly recognize it, instead of searching for a dictionary to see what's it about.
I think that logs are more for core devs and sysadmins than for regular users, so we should keep them in the language we want to see error reports.
yes I tend to agree with you. This also raises the pb of missing resource bundles/keys that would prevent the log/exception message to be displayed properly. Thanks -Vincent