Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
323 views
in Technique[技术] by (71.8m points)

syslog - How to detect and handle errors during logging with rsyslog

I'm using the ompgsql module to insert log messages directly to a Postgres DB. Further, the logs are in JSON prefixed with the @cee tag and are being inserted into a JSONB column.

It so happened that my app was generated a JSON log message which was very large, and it was being truncated by rsyslog, resulting in an malformed JSON, which was then being silently rejected by Postgres.

For now, I have bumped up the $MaxMessageSize to 64k, but that is not a foolproof solution.

What is the best way to handle such a scenario?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...