Kirill Semaev

Results 19 comments of Kirill Semaev

Guys can anyone tell me how to debug the plugin? I have access to log streams from my logstash, I have proper config, but there are no logs, and no...

@PingRIvis any luck with that? My logstash instance has access to cloudwatch via iam roles and it doesn't seem to work too :(

The problem is reproducing only on helm upgrade. Delete, purge, install - then no problem

The .ldb files (which I assume is Microsoft Access files) are not readable on linux at all. They look like: > p > � > � > � > �...

TY @shargon But what about 00000062.log etc files? They require leveldb reader as well? they also include ```[

@lock9 I must say that instructions are not solving the case. Production environment has clusters with tones of apps, logs are collected and parsed, then stored in elasticsearch, where they...

@lock9 TY for asking :) I personally use kubernetes, so for me the best option is send logs to stdout in json format: https://github.com/neo-project/neo-plugins/issues/106

@vncoelho sure, I'll do PR with dockerfile to the neo-cli repo today, it's working just fine

Current dockerfile: https://github.com/neo-project/neo-cli/pull/410

In my case it was defaut docker setup on EKS, had to do on node (or add to AMI): `sed -i -e 's/1024:4096/65536:65536/g' /etc/sysconfig/docker`