Which one is best input(GELF,RAW etc) for logging

Hi,

I am newbie , i would like to ask that which input type is reliable and best approach to log messages.
I want to log messages from php applications in case of errors or exceptions. I am not sure that which would be best input for this purpose.

Your wise advice would be appreciated.

Regards,

All of them are suitable for logging. Which one you should use depends on your specific environment and what you want to achieve.

My personal advice would be to use GELF or any other means of structured logging if you’re starting from scratch.

1 Like

Thank you for your kind advice. The environment mostly likely will be real time logging on data sync jobs , furthermore different type(level) of logging on errors. The data frequency for logging may be in threshold. So i want to log with no delay and without losing of data which is once submitted.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.