Main Koha release repository https://koha-community.org
Find a file
Marcel de Rooy 73d3abd65d Bug 31469: log4perl.conf: Add %n to conversionpattern for Plack
The PLACKOPAC, PLACKAPI and PLACKINTRANET appenders still need %n
(i.e. a newline). Note that this patch does not add %l since it
is a bit confusing because it adds a lot of Plack internal noise like:
    [2022/09/29 08:51:34] [WARN] Test mainpage CGI::Compile::ROOT::usr_share_koha_mainpage_2epl::__ANON__ /usr/share/koha/mainpage.pl (49)

The patch is a result of:
    git grep -l "log4perl.appender.PLACK" | xargs sed -i -e"/ConversionPattern/ s/%m$/%m%n/"

Test plan:
First run: sed -i -e"/ConversionPattern/ s/%m$/%m%n/" /etc/koha/sites/[YOUR_CLONE]/log4perl.conf
Edit that file, change PLACKOPAC to debug level like:
    log4perl.logger.plack-opac = DEBUG, PLACKOPAC
Restart.
Hit an OPAC page twice.
Check plack-opac logfile and verify that it contains a newline between last two messages like:
    [2022/09/29 08:04:30] [DEBUG] kohaversion : 22.0600054
    [2022/09/29 08:04:42] [DEBUG] kohaversion : 22.0600054

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit ef81785d76)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2022-12-05 18:55:16 +00:00
acqui Bug 32167: [22.05.x] (bug 14860 follow-up) Populate price fields even if no discount on vendor 2022-11-23 16:08:56 +00:00
admin Bug 25375: Fix 'available' facet in elasticsearch 2022-11-01 21:49:11 +00:00
api Bug 30982: [22.05.x] Use the REST API for background job list view 2022-11-01 21:40:18 +00:00
authorities
basket
bin
C4 Bug 31552: SIP2 option format_due_date not honored for AH field in item information response 2022-12-05 18:52:34 +00:00
catalogue Bug 30779: Remove _update_import_record_marc and update tests 2022-10-03 22:48:43 +00:00
cataloguing Bug 30909: Retain permanent_location if mapped 2022-09-16 15:16:46 +00:00
circ Bug 28167: Remove uninitialized variable warnings from circ/set-library.pl 2022-10-31 22:41:21 +00:00
clubs
course_reserves
debian Bug 31469: log4perl.conf: Add %n to conversionpattern for Plack 2022-12-05 18:55:16 +00:00
docs
errors
etc Bug 31469: log4perl.conf: Add %n to conversionpattern for Plack 2022-12-05 18:55:16 +00:00
ill
installer Bug 30944: DBRev 22.05.07.001 2022-12-05 16:29:38 +00:00
Koha Bug 26648: Prevent explosion in notices on missing item 2022-12-05 18:38:50 +00:00
koha-tmpl Bug 31677: Convert basic MARC editor tabs to Bootstrap 2022-12-05 18:32:43 +00:00
labels Bug 31482: Label creator does not call barcodedecode 2022-11-10 23:43:49 +00:00
lib/CGI/Session/Serialize
members Bug 31562: [22.05.x] Treat flags as other borrower fields 2022-11-01 14:08:01 +00:00
misc Bug 20457: Overdue and pre-overdue cronjobs not skipping phone notices 2022-12-05 16:50:19 +00:00
offline_circ
opac Bug 30944: Undo change to ILS-DI documentation 2022-12-05 16:21:28 +00:00
patron_lists
patroncards
plugins
pos
recalls
reports Bug 28327: Unify CSV delimiter special behavior for tabulation 2022-10-14 19:29:41 +00:00
reserve Bug 31575: Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed 2022-12-05 18:06:06 +00:00
reviews
rotating_collections
serials Bug 29608: Made so doesn't require full permission 2022-10-31 19:55:45 +00:00
services
skel
suggestion
svc Bug 31682: Silence automatic linker warn 2022-12-05 18:15:20 +00:00
t Bug 31552: SIP2 option format_due_date not honored for AH field in item information response 2022-12-05 18:52:34 +00:00
tags
tmp/modified_authorities
tools Bug 31154: (QA follow-up) Fix UI form builder 2022-10-31 21:38:55 +00:00
virtualshelves
xt
.editorconfig
.eslintrc.json
.gitignore
.htaccess
.mailmap
.perlcriticrc
.proverc.dist
.scss-lint.yml
about.pl
app.psgi
changelanguage.pl
cpanfile Revert "Bug 31499: Add libhttp-tiny-perl 0.076 dependency for ES7" 2022-09-28 14:48:28 +00:00
fix-perl-path.PL
gulpfile.js
help.pl
INSTALL
Koha.pm Bug 30944: DBRev 22.05.07.001 2022-12-05 16:29:38 +00:00
koha_perl_deps.pl
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL
MANIFEST.SKIP
package.json
README
README.md
README.robots
rewrite-config.PL
yarn.lock

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo