- 
        1. Re: Logging profiles: exceptions thrown in an EAR module aren't being logged. Why?jamezp Apr 22, 2016 8:33 PM (in response to negora)More than likely the exceptions are being logged by a server component which won't use the logging profile. Do you have an example stack trace you'd expect to see in your logging profile you could post here? -- James R. Perkins 
- 
        2. Re: Logging profiles: exceptions thrown in an EAR module aren't being logged. Why?negora Apr 27, 2016 5:24 AM (in response to jamezp)Hello James: That's one of the possibilities that I considered. I'm talking about exceptions that aren't handled in my EAR module, but in an upper level, by the container. They're unhandled exceptions in practice. So I guess that that behaviour is the right one. Thanks for confirming it . I think that I'll use an application such as "multitail" so that I can have both log files in view. That was my main concern, really. Having 2 files to track was a pain, because while I develop, I like to have as many things in view as possible. Salutes. 
 
    