oasis.log
in the directory specified in the "LogDir" record in the OASISPrefs table.
When hourly_maint.php
runs, it reads in the contents of the
file, processes the entries, and tacks them onto the daily log file, stored
in the YYYY/MM-DD.log
file under the LogDir directory.
Each night, the file is gzipped (the location of gzip is in the "GzipPath" record in the OASISPrefs table. These files are not used by the software. They exist merely to provide a record of OASIS's activity.
For more information on the meaning of some of the error codes logged by OASIS, see the Delivery Engine section, specifically, the sections on the individual scripts.
oasis_admin.log
in the LogDir directory. Each time the DailyTargets table is updated
and each time the HourlyTargets table is cleared and reloaded, entries
are made into this log. This log is purely for diagnostic purposes.
It can, for example, help you figure out why the DailyTarget information
for a campaign has been altered (each time you save a campaign or creative,
the campaign's DailyTarget entries are recomputed and this is logged here).