Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
ghsc
National Seismic Hazard Model Project
nshmp-haz
Merge requests
!565
Something went wrong on our end
Resolves - Micronaut Logging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolves - Micronaut Logging
ghsc/users/bclayton/nshmp/nshmp-haz:log
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-haz:log
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Resolves
#483 (closed)
Enable access logger for http server logs
0
0
Merge request reports
Viewing commit
688a7df5
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
688a7df5
update basin url
· 688a7df5
Clayton, Brandon Scott
authored
3 years ago
ws.Dockerfile
+
1
−
1
Options
@@ -42,7 +42,7 @@ FROM ${FROM_IMAGE}
LABEL
maintainer="Peter Powers <pmpowers@usgs.gov>, Brandon Clayton <bclayton@usgs.gov>"
ENV
CONTEXT_PATH="/"
ENV
BASIN_SERVICE_URL="https://earthquake.usgs.gov/nshmp/
ws/
data/basin"
ENV
BASIN_SERVICE_URL="https://earthquake.usgs.gov/
ws/
nshmp/data/basin"
ENV
JAVA_OPTS="-Xms2g -Xmx8g"
ENV
MODELS_DIRECTORY="/models"
Loading