how to change log size and age in bifoundation_domain — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

how to change log size and age in bifoundation_domain

Received Response
11
Views
3
Comments
User472204-OC
User472204-OC Rank 5 - Community Champion

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

  • User472204-OC
    User472204-OC Rank 5 - Community Champion

    Please help me. Thanks very much.

  • cesar.advincula.o
    cesar.advincula.o Rank 6 - Analytics Lead

    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>

  • User472204-OC
    User472204-OC Rank 5 - Community Champion

    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.