SMF2.1:Logs: Difference between revisions From Online Manual

Jump to: navigation, search
m (→‎Watched Members: penalty to user limitatiion)
mNo edit summary
Line 28: Line 28:
*'''By Member''' - See all members who currently have a high enough Warning level, to be added to the Watched Members list. In the member's profile, administrators can increase their Warning level above what is needed to be added to the Watched Members list. Administrators set that level in ''Admin Center > Members > Warnings''
*'''By Member''' - See all members who currently have a high enough Warning level, to be added to the Watched Members list. In the member's profile, administrators can increase their Warning level above what is needed to be added to the Watched Members list. Administrators set that level in ''Admin Center > Members > Warnings''
*'''By Post''' - A list of posts created by each member on the Watched Members list. It provides a simple checkbox that can be used to delete many troublesome messages at once.
*'''By Post''' - A list of posts created by each member on the Watched Members list. It provides a simple checkbox that can be used to delete many troublesome messages at once.
Being added to the Watched Members list, is considered a penalty, or User Limitation, for what the forum administrator considers bad bahavior in the forum, by the members listed there. Please see [https://wiki.simplemachines.org/smf/SMF2.1:Warnings#User_Limitations the Warnings page] for more information about user limitations.
Being added to the Watched Members list, is considered a penalty, or user limitation, for what the forum administrator considers bad bahavior in the forum, by the members listed there. Please see [https://wiki.simplemachines.org/smf/SMF2.1:Warnings#Penalties the Warnings page] for more information about User Limitations.


'''<pre style="color: red">  **Reminder to change the URL, and the last word, after we decide what word to use instead of "Penalties", in the text link "this page"**</pre>'''
'''<pre style="color: red">  **Reminder to change the URL, and the last word, after we decide what word to use instead of "Penalties", in the text link "this page"**</pre>'''


== Ban Log ==
== Ban Log ==
The '''Ban Log''' shows a log of every ban you have enacted on your forum.
The '''Ban Log''' shows a list of every member who has been banned from participating on your forum. A banned member will not even be able to see the forum. Instead, they will see a message saying that they have been banned.


The first column shows the IP address that was banned. Next to that is the email address that was banned, and next to that is the membername that was banned. The next column shows the date that the ban was put in place, and right next to that is a check box which you would use to remove the selected log entries.
They are listed by IP address, then email address, and then username. The next column shows the date the ban was put in place. The far right column contains the check box which you would use to remove the selected log entries. Click ''Remove Selected'' button, or to clear the whole log at once, click ''Clear Log'' button.


==Spider Log==
==Spider Log==

Revision as of 11:10, 21 August 2023

Under construction-48.png Work in progress, expect frequent changes. Under construction-48.png

Please see SMF1.1:Logs, SMF2.0:Logs or SMF2.1:Logs depending on the version of SMF you are using.

Error Log

Admin Center > Error Log will show you errors that occur on your SMF forum -- any error that sends a message to a member will be recorded here. This will include:

  • Login errors that occur when members or guests mis-type their username and password or have not activated their account.
  • Members or guests attempting to use URLs they are not permitted to see.
  • php errors, such as "undefined index".
  • Errors accessing the database.

Any error that sends a message to a member will be displayed here (even though these are not really errors) as well as errors that are generated in the coding of the board or mods you may have added.

The error log can be deleted one item at a time or all at once. You can select the errors you wish to delete, and then click the Remove Selection button, or simply remove every error in the error log by clicking the Remove All button. You can also filter the error list by showing only the same error message, error caused by a particular member, error message caused by a particular location of your forum, or error message caused from a particular IP address, by clicking the small icon to left of each of the details explaining that part of the error message.

Administration Log

Admin Center > Maintenance > Logs > Administration Log lists every action taken by an administrator. It allows members of the admin team to track some of the administrative actions that have occurred on the forum. To ensure that administrators cannot hide their actions by removing references to what they have done, entries may not be deleted until 24 hours after the action was taken.

Moderation Log

Moderation Center > Logs > Moderation Log allows members of the moderation team to track all the moderation actions that the forum moderators have performed. To ensure that moderators cannot hide their actions, by removing references to the actions they have performed, entries may not be deleted until 24 hours after the action was taken.

Moderation activities can be deleted by checking an entry and clicking Delete Selected button. The Clear Log button clears the whole log at once. For larger moderation logs, a search feature is available at the top of the log, for searching by moderator name.

Watched Members

Moderation Center > Members > Watched Members provides a simple interface to keep an eye on troublesome members. Watched Members can be sorted By Member or By Post:

  • By Member - See all members who currently have a high enough Warning level, to be added to the Watched Members list. In the member's profile, administrators can increase their Warning level above what is needed to be added to the Watched Members list. Administrators set that level in Admin Center > Members > Warnings
  • By Post - A list of posts created by each member on the Watched Members list. It provides a simple checkbox that can be used to delete many troublesome messages at once.

Being added to the Watched Members list, is considered a penalty, or user limitation, for what the forum administrator considers bad bahavior in the forum, by the members listed there. Please see the Warnings page for more information about User Limitations.

  **Reminder to change the URL, and the last word, after we decide what word to use instead of "Penalties", in the text link "this page"**

Ban Log

The Ban Log shows a list of every member who has been banned from participating on your forum. A banned member will not even be able to see the forum. Instead, they will see a message saying that they have been banned.

They are listed by IP address, then email address, and then username. The next column shows the date the ban was put in place. The far right column contains the check box which you would use to remove the selected log entries. Click Remove Selected button, or to clear the whole log at once, click Clear Log button.

Spider Log

In the Spider Log page ("Administration Center > Members > Search engines > Spider Log or Administration Center > Maintenance > Logs > Spider Log), logs of page views made by spiders browsing the forum are available. Depending on the Search Engine Tracking Level setting selected on the Settings page, this page can vary from showing the action of the spider, or not showing the action at all. If the tracking setting is set to Disabled or Standard, spiders will not be logged on this page.

Task Log

Lists logs of the tasks that have been run.

Note: All times given are server times, and do not take any time offsets setup within SMF into account.

Log Pruning

The Log Pruning section of the Administration Center is designated for the pruning (deletion) of old logs, which is not normally needed until after a certain period of time, but they can take up a noticeable space in your database.

The first setting on this page Enable pruning of log entries allows you to set whether you want logs to ever be pruned from your forum, having this option unchecked will keep logs from being deleted, even if certain logs are specified to be deleted after a certain amount of days.

The following logs are able to be pruned, and can you can set how old they must be before they can be deleted on this page. Just enter a integer value in the corresponding inputs to determine after how many days should logs related to the input field be pruned. The logs which can be pruned are:

  • Remove error log entries - The error logs come from the errors generated on your forum. You can see these error logs in the error log section of your Administration Center.
  • Remove moderation log entries - The moderation logs are logs of the moderation actions performed on your forum, examples include deleting a post or topic, editing a post, or moving a topic. These logs can be viewed in the Moderation Log section in your Moderation Center of your forum.
  • Remove ban hit log entries - When a member is banned and tries to access your forum, he or she will trigger logs of their attempt(s) to access your forum while they are banned to let you know that they tried to log in. You can find these logs on the ban log page of the Ban List section of your Administration Center.
  • Remove report to moderator log entries - When a post is reported to moderators, the record of the report is saved. You can find these logs in the Reported Posts section of the Moderation Center.
  • Remove scheduled task log entries - When scheduled tasks are performed on your forum, the logs are saved. You can view them by going to the Scheduled Tasks section of the Forum Maintenance section of the Administration Center and selecting the View Log link.

Main

Configuration

Forum

Members

Maintenance

Miscellaneous




Advertisement: