Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Socket Appender #252

Open
IshaanKarnik opened this issue Apr 21, 2023 · 4 comments
Open

[Feature Request] Socket Appender #252

IshaanKarnik opened this issue Apr 21, 2023 · 4 comments

Comments

@IshaanKarnik
Copy link

IshaanKarnik commented Apr 21, 2023

Is their an plan to add Socket/Network Appender to enable log to be dumped on a remote server?
e.g. adb or log4cxx
Target Platform - Windows, Linux

@SergiusTheBest
Copy link
Owner

Can you describe the use case? I think nowadays it's more common to collect local logs and send them to a remote server with specific tools built for that (Logstash or similar).

@IshaanKarnik
Copy link
Author

IshaanKarnik commented Apr 21, 2023

@SergiusTheBest We use plog library on our embedded devices. Multiple embedded devices are installed in a factory. Our devices are connected mainly connected in the factory's local network. Many times their is no access to internet for our embedded devise (this is dependent on IT policy). All the software are installed on on-site server.
Taking SSH access to retrieve log for multiple devices is not very human friendly; hence I was looking into Socket/Network Appender that can dump logs on the server.

@SergiusTheBest
Copy link
Owner

@IshaanKarnik Are they Linux/Unix-based devices?

@IshaanKarnik
Copy link
Author

@SergiusTheBest We are using Linux based devices. We are using either Raspberry Pi OS (64-bit) or Ubuntu Desktop 22.04.2 LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants