Skip to content
Snippets Groups Projects
Commit 2ae22476 authored by Gustavo Salazar's avatar Gustavo Salazar
Browse files

a log file by meeting in archive phase

parent 4c60948a
No related branches found
No related tags found
No related merge requests found
## Record and Playback changelog ##
### April 29, 2013 ###
- Archive phase writes to log files by meeting.
......@@ -83,7 +83,6 @@ end
################## START ################################
BigBlueButton.logger = Logger.new('/var/log/bigbluebutton/archive.log', 'daily' )
opts = Trollop::options do
opt :meeting_id, "Meeting id to archive", :default => '58f4a6b3-cd07-444d-8564-59116cb53974', :type => String
......@@ -91,6 +90,8 @@ end
meeting_id = opts[:meeting_id]
BigBlueButton.logger = Logger.new("/var/log/bigbluebutton/archive-#{meeting_id}.log", 'daily' )
# This script lives in scripts/archive/steps while bigbluebutton.yml lives in scripts/
props = YAML::load(File.open('bigbluebutton.yml'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment