Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hidra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steinbac
hidra
Commits
1137d082
Commit
1137d082
authored
9 years ago
by
Manuela Kuhn
Browse files
Options
Downloads
Patches
Plain Diff
Changed default log file
parent
8f61bd76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/dataManager.conf
+1
-1
1 addition, 1 deletion
conf/dataManager.conf
src/DataManager.py
+1
-1
1 addition, 1 deletion
src/DataManager.py
with
2 additions
and
2 deletions
conf/dataManager.conf
+
1
−
1
View file @
1137d082
...
...
@@ -60,5 +60,5 @@ logfilePath = /space/projects/live-viewer/logs
#logfilePath = /home/p11user/live-viewer/logs
# Filename used for logging
logfileName
=
zmq_send
er
.
log
logfileName
=
dataManag
er
.
log
This diff is collapsed.
Click to expand it.
src/DataManager.py
+
1
−
1
View file @
1137d082
...
...
@@ -272,7 +272,7 @@ if __name__ == '__main__':
from
subprocess
import
call
#enable logging
helpers
.
initLogging
(
BASE_PATH
+
"
/logs/dataManager.log
"
,
verbose
=
True
,
onScreenLogLevel
=
"
debug
"
)
helpers
.
initLogging
(
BASE_PATH
+
"
/logs/dataManager
_test
.log
"
,
verbose
=
True
,
onScreenLogLevel
=
"
debug
"
)
class
Test_Receiver_Stream
():
def
__init__
(
self
,
comPort
,
fixedRecvPort
,
receivingPort
,
receivingPort2
):
...
...
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