Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
2ae22476
Commit
2ae22476
authored
11 years ago
by
Gustavo Salazar
Browse files
Options
Downloads
Patches
Plain Diff
a log file by meeting in archive phase
parent
4c60948a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
record-and-playback/changelog.md
+6
-0
6 additions, 0 deletions
record-and-playback/changelog.md
record-and-playback/core/scripts/archive/archive.rb
+2
-1
2 additions, 1 deletion
record-and-playback/core/scripts/archive/archive.rb
with
8 additions
and
1 deletion
record-and-playback/changelog.md
0 → 100644
+
6
−
0
View file @
2ae22476
## Record and Playback changelog ##
### April 29, 2013 ###
-
Archive phase writes to log files by meeting.
This diff is collapsed.
Click to expand it.
record-and-playback/core/scripts/archive/archive.rb
+
2
−
1
View file @
2ae22476
...
...
@@ -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'
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment