Bugzilla – Attachment 53126 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), 630 bytes, created by
Kyle M Hall (khall)
on 2016-07-06 12:50:43 UTC
(
hide
)
Description:
Bug 16436 [QA Followup] - Use debug instead of info
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-07-06 12:50:43 UTC
Size:
630 bytes
patch
obsolete
>From b9b6df3dc7dae4f37ec708a2898d1a27d7049ed3 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 > >--- > 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.1.4
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