Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
neoppod
Commits
3531ee9e
Commit
3531ee9e
authored
Jan 30, 2024
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: only 1 log file per process
parent
ee6e413e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
README.rst
README.rst
+9
-0
neo/client/component.xml
neo/client/component.xml
+1
-0
No files found.
README.rst
View file @
3531ee9e
...
...
@@ -175,6 +175,15 @@ Note also that you can't mix non-SSL nodes and SSL nodes, even between a
upstream cluster and a backup one. In doing so, connections can get stuck,
or fail with malformed packets or SSL handshake errors.
Only 1 log file per process
---------------------------
Having multiple log file per process is not implemented yet. This limitation is
mainly visible because client configuration offers an option to specify a log
file whereas NEO events are logged in the one that's specificied last.
This is not considered an issue so far because each event in the log contains
the id & cluster of the node that emitted it.
Deployment
==========
...
...
neo/client/component.xml
View file @
3531ee9e
...
...
@@ -34,6 +34,7 @@
<key
name=
"logfile"
datatype=
"existing-dirpath"
>
<description>
Log debugging information to specified SQLite DB.
Limitation: there can be only 1 log per process.
</description>
</key>
<key
name=
"cache-size"
datatype=
"byte-size"
default=
"20MB"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment