Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F803131
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 6:05 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Thu, Feb 27, 6:05 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
575989
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.2.x/admin/system_presets/simple/system_logs_system-log.php
===================================================================
--- branches/5.2.x/admin/system_presets/simple/system_logs_system-log.php (nonexistent)
+++ branches/5.2.x/admin/system_presets/simple/system_logs_system-log.php (revision 15642)
@@ -0,0 +1,54 @@
+<?php
+
+ defined('FULL_PATH') or die('restricted access!');
+
+ // section removal
+ $remove_sections = Array (
+// 'in-portal:system_logs',
+ );
+
+ // section in debug mode
+ $debug_only_sections = Array (
+ 'in-portal:system_logs',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// 'system_log_list' => Array ('edit', 'delete', 'reset', 'view', 'dbl-click'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /*'LogId', 'LogUniqueId', 'LogLevel', 'LogType', 'LogCode', 'LogMessage', 'LogTimestamp', 'LogDate',
+ 'LogEventName', 'LogHostname', 'LogRequestSource', 'LogRequestURI', 'LogRequestData', 'LogUserId',
+ 'LogInterface', 'IpAddress', 'LogSessionKey', 'LogSessionData', 'LogBacktrace', 'LogSourceFilename',
+ 'LogSourceFileLine', 'LogProcessId', 'LogMemoryUsed', 'LogUserData', 'LogNotificationStatus',*/
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ /*'Username'*/
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /*'LogId', 'LogUniqueId', 'LogLevel', 'LogType', 'LogCode', 'LogMessage', 'LogTimestamp', 'LogDate',
+ 'LogEventName', 'LogHostname', 'LogRequestSource', 'LogRequestURI', 'LogRequestData', 'LogUserId',
+ 'LogInterface', 'IpAddress', 'LogSessionKey', 'LogSessionData', 'LogBacktrace', 'LogSourceFilename',
+ 'LogSourceFileLine', 'LogProcessId', 'LogMemoryUsed', 'LogUserData', 'LogNotificationStatus',*/
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ /*'Username'*/
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+ /*'Default' => Array (
+ 'LogId', 'LogLevel', 'LogType', 'LogCode', 'LogMessage', 'LogTimestamp', 'LogEventName', 'LogHostname',
+ 'LogRequestSource', 'LogRequestURI', 'Username', 'LogInterface', 'IpAddress', 'LogSessionKey',
+ 'LogSourceFilename', 'LogSourceFileLine', 'LogProcessId', 'LogMemoryUsed', 'LogUserData',
+ 'LogNotificationStatus', 'LogBacktrace',
+ ),*/
+ );
Property changes on: branches/5.2.x/admin/system_presets/simple/system_logs_system-log.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Event Timeline
Log In to Comment