Schema:ToolsJobManipulation

PHP logging

EventLogging::logEvent( 'ToolsJobManipulation', 15237188, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"ToolsJobManipulation": 15237188
			}
		}
	}
}

JavaScript logging

mw.track( 'event.ToolsJobManipulation', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 15237188
description"Record usages of commands to submit/delete/manipulate jobs on gridengine"
properties
username
type"string"
requiredtrue
description"Name of user running command"
command
type"string"
requiredtrue
description"Name of command being called (jsub, webservice, jstart, etc)"
commandline
type"string"
requiredtrue
description"The entire commandline used to call it"
hostname
type"string"
requiredtrue
description"Name of host from which this was called"