Bugzilla – Attachment 178135 Details for
Bug 36954
SIP server logging: the use of three log files is confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36954: (QA follow-up) Add a dbrev print message about sip.log
Bug-36954-QA-follow-up-Add-a-dbrev-print-message-a.patch (text/plain), 1.29 KB, created by
Marcel de Rooy
on 2025-02-17 09:18:56 UTC
(
hide
)
Description:
Bug 36954: (QA follow-up) Add a dbrev print message about sip.log
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-17 09:18:56 UTC
Size:
1.29 KB
patch
obsolete
>From a67c51c505ede947018ede3ced383964fe142186 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 17 Feb 2025 09:15:59 +0000 >Subject: [PATCH] Bug 36954: (QA follow-up) Add a dbrev print message about > sip.log >Content-Type: text/plain; charset=utf-8 > >With reference to BZ comment9 and comment10. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/atomicupdate/bug_36954.pl | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100755 installer/data/mysql/atomicupdate/bug_36954.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_36954.pl b/installer/data/mysql/atomicupdate/bug_36954.pl >new file mode 100755 >index 0000000000..d04eb98743 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_36954.pl >@@ -0,0 +1,14 @@ >+use Modern::Perl; >+use Koha::Installer::Output qw(say_warning say_success say_info); >+ >+return { >+ bug_number => "36954", >+ description => "Adjustment for logfiles in koha-sip", >+ up => sub { >+ my ($args) = @_; >+ my ( $dbh, $out ) = @$args{qw(dbh out)}; >+ >+ say_warning( $out, "IMPORTANT: If you use SIP, please edit your /etc/koha/sites/[CLONE]/log4perl.conf at upgrade time." ); >+ say_warning( $out, "Replace sip.log there by sip-output.log." ); >+ }, >+}; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36954
:
177315
|
177353
|
177365
|
178106
|
178107
| 178135