8.1.1.2.1 Configuring Console Output
The following snippet displays a section of the sample
categories.cfg
file. Note the log routing information in bold
text.
log.category.ALERT_PURGE.location=console,/users/orion/mantas /database/db_tools logs/
alert_purge.log
log.category.BATCH_CONTROL.location=/users/orion/mantas /database/db_tools/logs/ batch_control.log
log.category.CALENDAR_MANAGER.location=console,/users/orion/mantas /database/ db_tools/
logs/calendar_manager.log
log.category.DATA_RETENTION_MANAGER.location=/users/orion/mantas /database/db_to logs/DRM_Utility.log
log.category.TRUNCATE_MANAGER.location=/users/orion/mantas /database/db_tools/lo truncate_manager.log
log.category.COMMON_UTILITIES.location=/users/orion/mantas /database/db_tools/lo common_utilities.log
log.category.EXTRACT.location=/users/orion/mantas /database/db_tools/logs/extrac log.category.LOAD.location=/users/orion/mantas /database/db_tools/logs/load.log
log.category.REFRESH_TEMP_TABLE.location=/users/orion/mantas /database/db_tools/ refresh_temp_table.log
log.category.RUN_STORED_PROCEDURE.location=/users/orion/mantas /database/db_tool logs/
run_stored_procedure.log
log.category.GET_DATASET_QUERY.location=/users/orion/mantas /database/db_tools/l get_dataset_query.log
log.category.PUSH_EMAIL.location=/users/orion/mantas /database/db_tools/logs/ push_email.log
log.category.HIGHLIGHT_GENERATOR.location=/users/orion/mantas /database/db_tools logs/
highlight_generator.log
The bolded text in the above example (console,) implies that a specific utility displays logging information at the console in addition to recording the information in the appropriate log file. Alert Purge and Calendar Manager display relevant utility information in addition to logging it. If an entry in the categories.cfg file does not already include this information, you must add it manually, including the comma.