Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
aa87f461
Commit
aa87f461
authored
Dec 21, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change default and actual services.log path to the new 'logs/' volume dir
parent
85469296
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
parametres_comex.ini
config/parametres_comex.ini
+1
-1
services.log
logs/services.log
+0
-0
tools.py
services/tools.py
+1
-1
No files found.
config/parametres_comex.ini
View file @
aa87f461
...
...
@@ -5,7 +5,7 @@ COMEX_PORT=9090
# that's how much we'll log from services: DEBUG,INFO,WARNING,ERROR
LOG_LEVEL
=
DEBUG
LOG_FILE
=
services.log
LOG_FILE
=
logs/
services.log
[routes]
PREFIX
=
/services
...
...
logs/services.log
0 → 100644
View file @
aa87f461
services/tools.py
View file @
aa87f461
...
...
@@ -14,7 +14,7 @@ CONFIGMENU = [
{
"sec"
:
'main'
,
"var"
:
'LOG_LEVEL'
,
"def"
:
"INFO"
},
{
"sec"
:
'main'
,
"var"
:
'COMEX_HOST'
,
"def"
:
'0.0.0.0'
},
{
"sec"
:
'main'
,
"var"
:
'COMEX_PORT'
,
"def"
:
'9090'
},
{
"sec"
:
'main'
,
"var"
:
'LOG_FILE'
,
"def"
:
'services.log'
},
{
"sec"
:
'main'
,
"var"
:
'LOG_FILE'
,
"def"
:
'
logs/
services.log'
},
{
"sec"
:
'routes'
,
"var"
:
'PREFIX'
,
"def"
:
'/services'
},
{
"sec"
:
'routes'
,
"var"
:
'USR_ROUTE'
,
"def"
:
'/user'
},
{
"sec"
:
'routes'
,
"var"
:
'API_ROUTE'
,
"def"
:
'/api'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment