...
Code Block |
---|
language | bash |
---|
title | SDC Enable Debug Log |
---|
linenumbers | true |
---|
collapse | true |
---|
|
Inside container sbc-BE, change log configuration
root@405b964017de:/var/lib/jetty# vi /var/lib/jetty/config/catalog-be/logback.xml
Enable enable-all-log to true
<property scope="context" name="enable-all-log" value="true" />
Change log level from INFO to DEBUG in all places |
Code Block |
---|
language | bash |
---|
title | SDC-BE Log Files |
---|
|
On SDC VM, run:
ubuntu@vm03-sdc:~$ tail -f /data/logs/BE/SDC/SDC-BE/debug.log
|
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px Menlo} span.s1 {font-variant-ligatures: no-common-ligatures; color: #34bd26} span.s2 {font-variant-ligatures: no-common-ligatures} span.s3 {font-variant-ligatures: no-common-ligatures; color: #5330e1} ubuntu@vm03-sdc:~$ tail -f /data/logs/BE/SDC/SDC-BE/debug.log