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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/