Monday, August 11, 2014

OHS 12c : Change default log level



file to modify httpd.conf

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
# The LogLevel directive will take effect only when OraLogMode is set to apache
#
# LogLevel warn
LogLevel debug
#Directives to setup logging via ODL
OraLogDir "${ORACLE_INSTANCE}/servers/${COMPONENT_NAME}/logs"
OraLogMode odl-text
OraLogSeverity TRACE:32
OraLogRotationParams S 10:70

Default

OraLogSeverity WARNING:32