Have installed DevTest on a Linux box and can see IAM and VSC components up and running, but, did not find the logs in lisatmp directory.
Where can we find the logs and how to enable DEBUG logs for Virtual service catalog service?
All supported DevTest releases.
N/A
By following below steps, you can enable Virtual Service Catalog logs into DEBUG mode.
svcatalog:
auth:
host:
url: https://localhost:51111/auth
logging:
level:
com:
ca:
ad:
sv: DEBUG
file: C:\DevTest\logs\vscatalog.log
After the above changes, VSCatalog.log file is created in the installation directory of the Virtual Service Catalog folder and the logs are DEBUG enabled.
Note: make sure the indentation is only one character. If the log file need to be at a specific path, then you can give the specific path for "file".
Refer to section "Configure Virtual Service Catalog" and click link "Configure Virtual Service Catalog" in the documentation of the DevTest release you are running.