Skip to content

Commit 3ddd0c1

Browse files
committed
Update config to disable debug
1 parent 1b268cf commit 3ddd0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "HyperOne Journal logging plugin for Docker",
33
"documentation": "https://github.com/hyperonecom/h1-docker-logging-plugin",
4-
"entrypoint": ["sh","-c","node /src/index.js &> logs.txt"],
4+
"entrypoint": ["node","/src/index.js"],
55
"workdir": "/src",
66
"interface": {
77
"types": [

0 commit comments

Comments
 (0)