Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin delta logging #400

Merged
merged 42 commits into from
Jan 14, 2018
Merged

Plugin delta logging #400

merged 42 commits into from
Jan 14, 2018

Conversation

sbender9
Copy link
Member

The add the ability include deltas coming from plugins in the logs

var plugin = app.pluginsMap[providerId]
if (
!_.isUndefined(plugin) &&
app.config.settings.enablePluginLogging &&
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More consistent naming: ...pluginsLoggingEnabled

sbender9 and others added 23 commits January 11, 2018 09:53
)

* fix: existing defaults getting overwritten
* feature: use name and mmsi or uuid from defaults.json if available
… code and allow execution from global npm install
Install plugins and webapps in the config directory instead of
the server install's / global node_modules to retain them over
server reinstalls and updates. Change code to require plugins
from the config directory and mount webapps from there.
Npm takes care of formatting package.json.
Move Dockerfile from root to /docker to speed up
local builds, as the build does not use any local files.
Install from npm.
@sbender9 sbender9 changed the title [WIP] Plugin delta logging Plugin delta logging Jan 14, 2018
@sbender9 sbender9 merged commit dda3cda into master Jan 14, 2018
@tkurki tkurki deleted the plugin-logging branch February 24, 2018 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants