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
f0638170
Commit
f0638170
authored
10 years ago
by
Dixon Fred
Browse files
Options
Downloads
Patches
Plain Diff
Omit directors for bbb-conf --debug
parent
9868dfda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bigbluebutton-config/bin/bbb-conf
+8
-10
8 additions, 10 deletions
bigbluebutton-config/bin/bbb-conf
with
8 additions
and
10 deletions
bigbluebutton-config/bin/bbb-conf
+
8
−
10
View file @
f0638170
...
...
@@ -1278,10 +1278,8 @@ if [ $DEBUG ]; then
# Check log files
#
set
-x
rm
-rf
/tmp/t
grep
ERROR /var/log/bigbluebutton/
*
>
/tmp/t
grep
--directories
=
skip
ERROR /var/log/bigbluebutton/
*
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- ERRORS found in /var/log/bigbluebutton/* -- "
cat
/tmp/t
...
...
@@ -1289,7 +1287,7 @@ set -x
fi
rm
-rf
/tmp/t
grep
Exception /var/log/bigbluebutton/
*
|
grep
-v
CacheExceptionHandlerFactory
>
/tmp/t
grep
--directories
=
skip
Exception /var/log/bigbluebutton/
*
|
grep
-v
CacheExceptionHandlerFactory
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- ERRORS found in /var/log/bigbluebutton/* -- "
cat
/tmp/t
...
...
@@ -1298,7 +1296,7 @@ set -x
rm
-rf
/tmp/t
grep
ERROR
$RED5_DIR
/log/
*
>
/tmp/t
grep
--directories
=
skip
ERROR
$RED5_DIR
/log/
*
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- ERRORS found in
$RED5_DIR
/log/* -- "
cat
/tmp/t
...
...
@@ -1307,7 +1305,7 @@ set -x
rm
-rf
/tmp/t
grep
Exception
$RED5_DIR
/log/
*
>
/tmp/t
grep
--directories
=
skip
Exception
$RED5_DIR
/log/
*
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- Exceptions found in
$RED5_DIR
/log/* -- "
cat
/tmp/t
...
...
@@ -1316,7 +1314,7 @@ set -x
rm
-rf
/tmp/t
sudo grep
Exception
$SERVLET_LOGS
/
*
|
grep
-v
CacheExceptionHandlerFactory
>
/tmp/t
sudo grep
--directories
=
skip
Exception
$SERVLET_LOGS
/
*
|
grep
-v
CacheExceptionHandlerFactory
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- Exceptions found in
$SERVLET_LOGS
/ -- "
cat
/tmp/t
...
...
@@ -1334,7 +1332,7 @@ set -x
fi
rm
-rf
/tmp/t
sudo grep
-i
exception /var/log/syslog
>
/tmp/t
sudo grep
--directories
=
skip
-i
exception /var/log/syslog
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- Errors found in /var/log/syslog -- "
cat
/tmp/t
...
...
@@ -1343,7 +1341,7 @@ set -x
rm
-rf
/tmp/t
if
[
-d
/var/log/bigbluebutton
]
;
then
sudo grep
ERROR /var/log/bigbluebutton/
*
>
/tmp/t
sudo grep
--directories
=
skip
ERROR /var/log/bigbluebutton/
*
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- Errors found in /var/log/bigbluebutton -- "
cat
/tmp/t
...
...
@@ -1353,7 +1351,7 @@ set -x
rm
-rf
/tmp/t
if
[
-d
/var/log/bigbluebutton
]
;
then
sudo grep
-i
exception /var/log/bigbluebutton/
*
>
/tmp/t
sudo grep
--directories
=
skip
-i
exception /var/log/bigbluebutton/
*
>
/tmp/t
if
[
-s
/tmp/t
]
;
then
echo
" -- Exceptions found in /var/log/bigbluebutton -- "
cat
/tmp/t
...
...
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