Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Disable access logs #68

Merged
merged 4 commits into from
Apr 4, 2017
Merged

Disable access logs #68

merged 4 commits into from
Apr 4, 2017

Conversation

hone
Copy link
Member

@hone hone commented Apr 4, 2017

For HIPAA and other compliance work, we need the ability to remove access logs from going into STDOUT. Access logs can contain tokens and other identify information.

Instead of just adding just another option for turning logging on/off, let's group the logging pieces into their own namespace. We also have error logs already. Previously, you could only access the error log when using the hidden debug option. This changes debug. STATIC_DEBUG can now be used as an overrides, so you don't need to commit changes to static.json for quick debugging sessions.

{
  "logging": {
    "access": false,
    "error": "warn"
  }
}

@hone hone force-pushed the disable-access-logs branch from cd35157 to 703a411 Compare April 4, 2017 16:33
@hone hone mentioned this pull request Apr 4, 2017
@hone hone merged commit 644e8e3 into master Apr 4, 2017
@hone hone deleted the disable-access-logs branch April 4, 2017 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants