2012.03.27 - WR This directory contains log files from the RBSP-EFW SOC processes. These processes are either spawned by the cron daemon or are long running daemons themselves. ====================================== Quick guide to this log file directory ====================================== The log filenames are generally named after the source filename that generates them. Thus, log_bsel.txt comes from bsel.py. Files that end in _cron.txt are just the redirected output from the crontab entry. They exist mainly for diagnostic purposes in case the program doeesn't run to completion for some reason. Thus log_bsel_cron.txt comes from the crontab line like: 0 6 * * * python bsel.py > /disks/rbspdata/logs/log_bsel_cron.txt 2>&1 ===================================== List of processes that dump logs here ===================================== L0->L1 Conversion (nominal data set) ./log_L0-L1* https://efw.ssl.berkeley.edu/svn/SOC/software/L0-L1/server.py L0-L1 Conversion (INT data set) ./log_process_L0_int* https://efw.ssl.berkeley.edu/svn/SOC/software/L0-L1/process_L0_int.py Burst Selection, for both INT and nominal data sets: ./log_bsel* https://efw.ssl.berkeley.edu/svn/SOC/software/burst_selection/bsel.py Daily email script - SOC status email and summary plots ./log_daily_email_cron.txt https://efw.ssl.berkeley.edu/svn/SOC/software/mocsync/daily_email.py ./efw_summary_plots https://efw.ssl.berkeley.edu/svn/SOC/software/daily_email/rrd.py Mocsync - MOC data products mirroring utility ./log_mocsync* https://efw.ssl.berkeley.edu/svn/SOC/software/mocsync/mocsync.py SVN publisher - A script that ML uses to publish docs to the site of record. ./log_svn_publisher* https://efw.ssl.berkeley.edu/svn/misc/svn_publisher/ Update kernels - Utility that creates symlinks to latest SCLK kernel files ./log_update_kernels* https://efw.ssl.berkeley.edu/svn/SOC/software/mocsync/update_kernels.py