문제

I am working with a server in spanish and my Spring logged exceptions are translated to Spanish. That is a nice feature but I will prefer to have them in English because it makes easier to find answers in google (and Stackoverflow)

How can I change thouse messages? In my Log4J config file? in the context file?

Thanks

도움이 되었습니까?

해결책

You can configure it via jvm args.

java -Duser.language=en -Duser.country=US

http://www.oracle.com/technetwork/articles/javase/locale-140624.html#using

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top