On 07/09/2010 04:04 PM, [email protected] wrote: > From: Tomas Sedovic<[email protected]> > > The move to Condor brought us new log files -- one for each new instance. This > fix hides them from git. > --- > .gitignore | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 0444368..3e3194a 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -24,3 +24,6 @@ database.yml > development.sqlite3 > production.sqlite3 > test.sqlite3 > + > +# Condor log for created instances > +src/*.log
As it's possible to set log path in app/util/condormatic.rb, we can change path to 'log/' dir. Sending patch to this thread. Jan _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
