I'm using MySql in development, because I can check what is in DB :)) You can use any supported DB (except Derby) and its UI/comman line interface to check :)
On Wed, 5 Sep 2018 at 09:55, Daniel Baker <[email protected]> wrote: > Ahh thanks. I was using the internal derby databse and wasn't sure > how to check and a developer I was working with couldn't seem to find it. > > Sorry for the query. Seems glaringly obvious after seeing those > commands. Will start double checking from now on. > > > BR Dan > > On 9/5/2018 9:43 AM, Maxim Solodovnik wrote: > > mysql> use openmeetings; > mysql> show tables; > +------------------------+ > | Tables_in_openmeetings | > +------------------------+ > | address | > | appointment | > | chat | > *| conference_log |* > | configuration | > | email_queue | > | file_log | > | group_user | > | invitation | > | ldapconfig | > | meeting_member | > | oauth_server | > | om_calendar | > | om_file | > | om_group | > | om_user | > | om_user_right | > | private_message | > | private_message_folder | > | recording_meta_delta | > | recording_metadata | > | room | > | room_file | > | room_group | > | room_hide_element | > | room_moderator | > | room_poll | > | room_poll_answer | > | sessiondata | > | sipusers | > | soaplogin | > | user_contact | > +------------------------+ > > > > On Wed, 5 Sep 2018 at 08:51, Daniel Baker <[email protected]> > wrote: > >> Hi , >> >> >> Where exactly is this table? We can't seem to locate it >> *DB conference_log table* >> >> >> Thanks, >> >> Dan >> >> >> >> On 11/28/2017 11:09 AM, Maxim Solodovnik wrote: >> >> Hello Daniel, >> >> These events are being generated >> 1) in the DB conference_log table >> 2) in UI you can open Action and Activities and see "user leaves" events >> >> There are plans to improve this: >> https://issues.apache.org/jira/browse/OPENMEETINGS-1768 >> https://issues.apache.org/jira/browse/OPENMEETINGS-858 >> >> On Tue, Nov 28, 2017 at 10:57 AM, Daniel Baker < >> [email protected]> wrote: >> >>> >>> Hi, >>> >>> Does OM generate any events for when an admin or student enters and >>> leaves the room ? >>> Where can I see those events ? Are those events logged ? >>> >>> >>> Thanks, >>> >>> Dan >>> >>> --- >>> This email has been checked for viruses by AVG. >>> http://www.avg.com >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> >> >> > > -- > WBR > Maxim aka solomax > > > -- WBR Maxim aka solomax
