You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Cloud VPS Server Admin Log: Difference between revisions
Jump to navigation
Jump to search
imported>Koavf No edit summary |
imported>Lucas Werkmeister (document Toolforge process as well) |
||
Line 1: | Line 1: | ||
All projects can record '''Server Admin Log''' messages by sending a message in the format <tt>!log <project> <message></tt> on the {{irc|wikimedia-cloud}} irc channel. | All projects can record '''Server Admin Log''' messages by sending a message in the format <tt>!log <project> <message></tt> on the {{irc|wikimedia-cloud}} irc channel. | ||
Messages will be added to a Wikitech page like <tt>Nova Resource:<project>/SAL</tt> and are also available on the [[toolforge:sal/projects|SAL tool]]. | |||
Toolforge tools can do the same thing by using <tt>tools.<toolname></tt> as the project; | |||
alternatively, the <code>dologmsg</code> command in a Toolforge bastion shell can be used to send such messages (the project name is automatically included). | |||
== See also == | == See also == |
Revision as of 14:12, 19 May 2019
All projects can record Server Admin Log messages by sending a message in the format !log <project> <message> on the #wikimedia-cloud connect irc channel. Messages will be added to a Wikitech page like Nova Resource:<project>/SAL and are also available on the SAL tool.
Toolforge tools can do the same thing by using tools.<toolname> as the project;
alternatively, the dologmsg
command in a Toolforge bastion shell can be used to send such messages (the project name is automatically included).