Author Message
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
We are developing a snap-in service.
Breeze Ver is 3.2.0.1
1. The log space of the snap-in is set as capture_1 file.
- By the guide of the Avaya Breeze Snap-in Development Guide Doc..

2. It seems that the set value is applied in System Manager Web Console
- System Manager > Breeze > Service Management screen (Capture_2)

3. But, the actual log file is stored as 10MB default. (capture_3)
- It is our miss config? Or is it a bug?
- Seek your advice smilie
  • [Thumb - capture_2.png]
[Disk] Download
  • [Thumb - capture_1.png]
[Disk] Download
  • [Thumb - capture_3.png]
[Disk] Download
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
ssiali wrote:We are developing a snap-in service.
Breeze Ver is 3.2.0.1
1. The log space of the snap-in is set as capture_1 file.
- By the guide of the Avaya Breeze Snap-in Development Guide Doc..

2. It seems that the set value is applied in System Manager Web Console
- System Manager > Breeze > Service Management screen (Capture_2)

3. But, the actual log file is stored as 10MB default. (capture_3)
- It is our miss config? Or is it a bug?
- Seek your advice :shock:
image
DILEEPPANDEY
Joined: Feb 28, 2017
Messages: 11
Offline
This <log_space>20MB</log_space> is the total space for the service. By default Breeze provides 100MB log space in total 10MB log file with max 10 rotation.

If you want an individual file to be more than 10MB say 20MB then put the log space as 20MB*10 i.e <log_space>200MB</log_space>

Please let me know if it didn't works. Also make sure different version of same service is not installed with different logspace. As this log file is common for different version of services and log4j appender gets added once first version of service gets installed.

Thanks & Regards,
Dileep
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
According to the Doc.
log_space means the size per file.

-------------
.<log_space>
This value defines the maximum size of log file.
After log size reaches the maximum value, it will be rolled over to next log file.
-------------

As your guide, I will reply with the test to change it to 200MB.
DILEEPPANDEY
Joined: Feb 28, 2017
Messages: 11
Offline
Thanks for your reply. We will make the correction in the documentation guide asap.
Go to:   
Mobile view