Write to Delimited File not working
search cancel

Write to Delimited File not working

book

Article ID: 258908

calendar_today

Updated On:

Products

Service Virtualization CA Application Test

Issue/Introduction

In DevTest, Write to Delimited File step is not adding the data rows after file is created.

Environment

Release : 10.7.2

Cause

The root log level is not INFO in DevTest_Home/looging.properties, caused the issue.

Resolution

Changing the DevTest_Home/logging.properties root level to INFO should resolve the issue.

For example, if the below property has any values other than INFO need to be changed.

rootLogger.level = DEBUG ----> rootLogger.level = INFO
OR
rootLogger.level = ERROR-----> rootLogger.level = INFO
OR
rootLogger.level = WARN----> rootLogger.level = INFO