[Koha-bugs] [Bug 11317] New: Add a way to access log files from the intranet.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 27 23:03:06 CET 2013


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

            Bug ID: 11317
           Summary: Add a way to access log files from the intranet.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: gmcharlt at gmail.com
          Reporter: fcapovilla at live.ca
        QA Contact: testopia at bugs.koha-community.org

Created attachment 23203
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23203&action=edit
Adds a page to access log files on the server from the intranet.

This patch adds a new report section (Report/log files) that lets you access
log files in a specific directory on the server.

The directory to use can be specified by the "publiclogdir" config in
koha-conf.xml :
<config>
 ...
 <publiclogdir>/var/log/koha-public</publiclogdir>
 ...
</config>

With this feature, you can configure cron scripts so they create files in the
publiclogdir directory, and these files will then be accessible in the
intranet.
This is useful when using the html export of overdue_notices.pl or the
invalid_856u.sh script as a cron.

Sponsored-by: CCSR ( http://www.ccsr.qc.ca )

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


More information about the Koha-bugs mailing list