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
12b2132a
Commit
12b2132a
authored
May 13, 2020
by
Fabien Viale
Browse files
Disable jetty log file by default
parent
ded9e325
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/web/settings.ini
View file @
12b2132a
...
...
@@ -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