Print System.out.println log message in weblogic managed server in cluster
Hi,
I am using 11.1.1.3 and have a cluster with three managed servers.
I need to be able to print a system.out.prinln message ( i know i should really be using adflogger etc.) and see the result in the managed server log. (Diagnostic->Logfiles->myManagedServer)
I tried configuring from WLS admin console Home->server->myManagedServer->Logging->Advanced(Lock and Edit)->Redirect stdout logging enabled and
Standard out :->Severity level: ->Debug.
I have not been able see any message,while i can see this message in my embedded WLS jdev log tab console.
It is bizzare and have played around with many severity levels, but i have not been able to see my system.out in wls log.
I was wondering if anyone had any ideas as it should be pretty simple.
Thanks,