[Koha-bugs] [Bug 11850] New: Bulkmarcimport does not append in logfile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 26 16:58:05 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11850

            Bug ID: 11850
           Summary: Bulkmarcimport does not append in logfile
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: gmcharlt at gmail.com
          Reporter: matthias.meusburger at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

Bulkmarcimport has the -l option, which allows to write to a logfile.

It does work, however, its behavior is not what we expect from a logfile.

Indeed, bulkmarcimport erases the logfile each time it is executed.

The expected behavior imho is to append the logs to the given file.


Test plan:

1) use bulkmarcimport several times with the same logfile given with -l.
2) the logfile is erased every time. -> KO

Apply the patch, then:

1) use bulkmarcimport several times with the same logfile given with -l. 
2) the logs are correctly appended to the logfile. -> OK

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list