Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
how to change log size and age in bifoundation_domain

Hi Experts,
I want to know how to change log size and age in "AdminServer" or "bi_server1", I believe it has the configuration file , but I do not know the actual location.Please help me. Thanks.
PS:
1. I can login EM to modify the instance log size and age in "Log Configuration->Diagnostics->Log Configuration", but do not change bifoundation_domain log confifuration.
2. BIEE Version: 11.1.1.7.141014
Answers
-
Please help me. Thanks very much.
0 -
check this document
Diagnosing and Resolving Issues in Oracle Business Intelligence
Check the section
About Formats in Diagnostic Log Configuration Files
<server>
<ServerInstance>
<Log>
<MaximumFileSizeKb>10000</MaximumFileSizeKb>
<MaximumLogAgeDay>60</MaximumLogAgeDay>
<Format>ODL-TEXT</Format>
<Level>
<IncidentError>1</IncidentError>
<Error>1</Error>
<Warning>16</Warning>
<Notification>1</Notification>
<Trace>16</Trace>
</Level>
</Log>
<UserLog>
<MaximumFileSizeKb>10000</MaximumFileSizeKb>
<MaximumLogAgeDay>10</MaximumLogAgeDay>
<Format>ODL-TEXT</Format>
</UserLog>
</ServerInstance>
</server>
0 -
Hi Experts,
This is the configuration informaiton for BI Server, but I want to chang the log size and age with "AdminServer" or "bi_server1" in "\user_projects\domains\bifoundation_domain\servers\AdminServer" ,thanks.
0