Bugzilla – Attachment 53877 Details for
Bug 16436
Allow action logs to be logged to the koha log file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16436 [QA Followup] - Use debug instead of info
Bug-16436-QA-Followup---Use-debug-instead-of-info.patch (text/plain), 703 bytes, created by
Jonathan Druart
on 2016-08-02 09:47:03 UTC
(
hide
)
Description:
Bug 16436 [QA Followup] - Use debug instead of info
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-02 09:47:03 UTC
Size:
703 bytes
patch
obsolete
>From ef169f6414eec9ed6763434e3fc80f3c02b295ca Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 6 Jul 2016 12:50:08 +0000 >Subject: [PATCH] Bug 16436 [QA Followup] - Use debug instead of info > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Log.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Log.pm b/C4/Log.pm >index cff1e6f..385f4db 100644 >--- a/C4/Log.pm >+++ b/C4/Log.pm >@@ -87,7 +87,7 @@ sub logaction { > category => "ActionLogs.$modulename.$actionname" > } > ); >- $logger->info( >+ $logger->debug( > sub { > "ACTION LOG: " . to_json( > { >-- >2.8.1
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 16436
:
51165
|
51166
|
51167
|
51183
|
51938
|
53126
|
53876
| 53877