Log rotation help for Virtual Service Catalog (VSC)
search cancel

Log rotation help for Virtual Service Catalog (VSC)

book

Article ID: 202264

calendar_today

Updated On:

Products

CA Cloud Test Mobile CA Application Test

Issue/Introduction

Need some guidance on log file entries and log rotation strategy for VSC. 

 

Environment

Release : 10.6

Component : CA Service Virtualization

Cause

N/A

Resolution

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/