Ignore:
Timestamp:
2019-02-07T17:16:53+13:00 (5 years ago)
Author:
ak19
Message:

Macroniser ant build file now does more setup for MacronLogFileProcessor and contains a a new target that provides instructions on how to set it up (from the link to installing and running mysql db to setting up the nightly cron)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/src/scripts-and-sql/cron.in

    r32750 r32751  
    2222# m h  dom mon dow   command
    2323
    24 #* 0 * * * /PATH/TO/macronLogToDB.bash > /dev/null
     24## Send to /dev/null if you want anything in stdout to disappear
     25## (stderr will go to a daily file called macronLogToDB.err)
     26#* 0 * * * @macronizer.scripts@/macronLogToDB.bash > /dev/null
    2527
    26 ## Stdout goes to the .out file and stderr will go to an .err file
    27 * 0 * * * /PATH/TO/macronLogToDB.bash > /PATH/TO/macronLogToDB.out
     28## Stdout goes to the .out file and stderr will go to macronLogToDB..err file
     29* 0 * * * @macronizer.scripts@/macronLogToDB.out > @macronizer.logs@/macronLogToDB.out
    2830
Note: See TracChangeset for help on using the changeset viewer.