Only enable debug logs for sockethub in the systemd unit #91
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I talked with Nick, the debug logs are only ever useful for sockethub, not the other parts (engine, etc). That would consist in replacing
DEBUG=*
withDEBUG=sockethub*
in the systemd unitWe should also make sure that no personal data or communications are logged there.
Long been solved: https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/sockethub/recipes/default.rb#L41