Need some guidance on log file entries and log rotation strategy for VSC.
Release : 10.6
Component : CA Service Virtualization
N/A
Any configurations related to logging should be done in application.yaml file (/application.yml)
logging:
level:
com:
ca:
ad:
sv: DEBUG
file: /opt/DevTest/DevTest10.6/vscatalog/logs/vscat.log
file.max-history: 10
file.max-size: 10MB
You can always validate YAML file format with any online validator tool such as http://www.yamllint.com/