Skip to content

Commit

Permalink
Merge pull request #228 from sasjs/issue217
Browse files Browse the repository at this point in the history
Issue217
  • Loading branch information
allanbowe authored Jul 16, 2022
2 parents 3b4e9d2 + e024a92 commit 3795f74
Show file tree
Hide file tree
Showing 14 changed files with 275 additions and 1,245 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ HELMET_CSP_CONFIG_PATH=./csp.config.json
# Docs: https://www.npmjs.com/package/morgan#predefined-formats
LOG_FORMAT_MORGAN=
# This location is for server logs with classical UNIX logrotate behavior
LOG_LOCATION=./sasjs_root/logs
# A comma separated string that defines the available runTimes.
# Priority is given to the runtime that comes first in the string.
# Possible options at the moment are sas and js
Expand Down
3 changes: 2 additions & 1 deletion api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ NODE_PATH=~/.nvm/versions/node/v16.14.0/bin/node

SASJS_ROOT=./sasjs_root

LOG_FORMAT_MORGAN=common
LOG_FORMAT_MORGAN=common
LOG_LOCATION=./sasjs_root/logs
Loading

0 comments on commit 3795f74

Please sign in to comment.