Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProActive
scheduling
Commits
4b8d9356
Unverified
Commit
4b8d9356
authored
May 14, 2020
by
Fabien Viale
Committed by
GitHub
May 14, 2020
Browse files
Merge pull request #3756 from fviale/master
Disable jetty log file by default
parents
7c2e1ace
12b2132a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/web/settings.ini
View file @
4b8d9356
...
...
@@ -97,8 +97,8 @@ war.wrapper.context.root=/
#### Job Planner REST URL
jp.url
=
http://localhost:8080/job-planner/planned_jobs
# path to the jetty log file
jetty.log.file
=
./logs/jetty-yyyy_mm_dd.request.log
# path to the jetty log file
, disabled by default as retention is broken in the version of jetty we are using
#
jetty.log.file=./logs/jetty-yyyy_mm_dd.request.log
# retention period (days) for jetty logs
jetty.log.retain.days
=
5
...
...
Write
Preview
Supports
Markdown
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