maildebug does not generate logs in the log directory
search cancel

maildebug does not generate logs in the log directory

book

Article ID: 391647

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

In a Unix environment, when enabling maildebug=true, the mailDebug*.log is generated in the wrong directory (one directory outside the $AW_HOME directory) and has a file name that includes a Windows like path in the file name.

For example, the expected behavior is as follows:
If $AW_HOME=/home/am/ambuilds/am960
Log file should exist at = /home/am/ambuilds/am960/log/mailDebug_20250304_160000.log

Observed behavior:
If $AW_HOME=/home/am/ambuilds/am960
Log file is created at = /home/am/ambuilds/'am960\log\mailDebug_20250304_160000.log'   where the actual file name is 'am960\log\mailDebug_20250304_160000.log' and includes the single quotes in filename

Enabling maildebug=true in a Windows environment works as expected.

Cause

bug in code which is written with Windows OS only instead of Windows/Linux

Resolution

This will be fixed in a future version of Applications Manager.