Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Logs.

Logs: Difference between revisions

From MoodleDocs
Line 53: Line 53:
The site administrator can define which log stores are available, and in which order, from ''Administration>Site administration>Plugins>Logging>Manage log stores.''
The site administrator can define which log stores are available, and in which order, from ''Administration>Site administration>Plugins>Logging>Manage log stores.''


A new Moodle site will have Standard logging enabled and Legacy logging disabled. A site which has been upgraded will have both enabled.
''Note:'' A new Moodle site will have Standard logging enabled and Legacy logging disabled. A site which has been upgraded will have both enabled.


The default Standard log is very detailed and should meet most requirements. The Legacy log should be disabled unless you have old custom reports that need it. An External database log store also allows you to connect to an external log database.
The default Standard log is very detailed and should meet most requirements. The Legacy log should be disabled unless you have old custom reports that need it. An External database log store also allows you to connect to an external log database.

Revision as of 12:30, 30 April 2014

Logs in Moodle are activity reports. Logs are available at site and course level.

Logs of course activity

A log of activity in the course may be generated by a teacher in Administration> Course administration>Reports > Logs.

logging.png

To generate a log, select any combination of group, student, date, activity, actions and level, then click the "Get these logs" button.

Levels

New feature
in Moodle 2.8!


You can filter the logs by level. Examples of this are:

  • Teaching level: an event or action performed by a teacher (usually) which affects the students' learning experience. This might be for instance, grading a student or adding a module to the course.

teachinglogs.png

  • Participating level: an event or action which could be related to a user's learning experience. This might be for instance a student posting to a forum or submitting an assignment.

participatinglogs.png


You can see what pages the student accessed, the time and date they accessed it, the IP address they came from, and their actions (view, add, update, delete).

You can choose to display the logs on a page or download them in text, ODS or Excel format.

Note: The log report page contains active links enabling you to access a student's profile page or a particular page that the student was viewing. The IP address link provides an estimate of the student's location.

Logs of site activity

A log of site activity may be generated by a site administrator in Administration>Site administration>Reports>Logs

The log can display all activities, site news or site errors, such as failed login attempts, and all levels.


siteloggingother.png

An example of the Other level, which relates to all actions without a specific educational value.

Live logs

Live logs are available for a course from Administration>Course administration>Reports>Live logs and for the site (as in the screenshot below) from Administration>Site administration>Reports>Live logs

livelogs.png

Site administration settings

New feature
in Moodle 2.8!

The site administrator can define which log stores are available, and in which order, from Administration>Site administration>Plugins>Logging>Manage log stores.

Note: A new Moodle site will have Standard logging enabled and Legacy logging disabled. A site which has been upgraded will have both enabled.

The default Standard log is very detailed and should meet most requirements. The Legacy log should be disabled unless you have old custom reports that need it. An External database log store also allows you to connect to an external log database.

logstores.png

View logs capabilities

See also

Developer documentation on Events (giving examples of levels