Skip to content

Commit

Permalink
Removed instances of notice logging in skrouterd.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Nov 2, 2023
1 parent bcf507e commit 7900983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/skupper_router/management/skrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"create": true
},
"port": {
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (notice) Listening on <host>:<assigned-port> (<listener-name>)'",
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (info) Listening on <host>:<assigned-port> (<listener-name>)'",
"type": "string",
"default": "amqp",
"create": true
Expand Down Expand Up @@ -1008,7 +1008,7 @@
"create": true
},
"port": {
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (notice) Listening on <host>:<assigned-port> (<listener-name>)'",
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (info) Listening on <host>:<assigned-port> (<listener-name>)'",
"type": "string",
"create": true
},
Expand Down Expand Up @@ -1217,7 +1217,7 @@
"required": false
},
"port": {
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (notice) Listening on <host>:<assigned-port> (<listener-name>)'",
"description": "Port number or symbolic service name. If '0', the router shall assign an ephemeral port to the listener and log the port number with a log of the form 'SERVER (info) Listening on <host>:<assigned-port> (<listener-name>)'",
"type": "string",
"create": true
},
Expand Down Expand Up @@ -1373,7 +1373,7 @@
},
"enable": {
"type": "string",
"description": "Levels are: debug, info, notice, warning, error, critical. The enable string is a comma-separated list of levels. A level may have a trailing '\\+' to enable that level and above. For example 'debug,warning+' means enable debug, warning, error and critical. The value 'none' means disable logging for the module.",
"description": "Levels are: debug, info, warning, error, critical. The enable string is a comma-separated list of levels. A level may have a trailing '\\+' to enable that level and above. For example 'debug,warning+' means enable debug, warning, error and critical. The value 'none' means disable logging for the module.",
"update": true
},
"includeTimestamp": {
Expand Down

0 comments on commit 7900983

Please sign in to comment.