Is your feature request related to a problem? Please describe.
Currently, ngyn has no logs/tracing system which makes it difficult to know what's running or not, what's bugging out or not.
Describe the solution you'd like
A crate like trace can be used to display logs on basis of log levels.
Logs should cover as much as a component/route initializing or executing.
Logging should also follow this format:
[NGYN] {process_id} {date} {message}
Describe alternatives you've considered
None atm
Additional context
None
Is your feature request related to a problem? Please describe.
Currently, ngyn has no logs/tracing system which makes it difficult to know what's running or not, what's bugging out or not.
Describe the solution you'd like
A crate like
tracecan be used to display logs on basis of log levels.Logs should cover as much as a component/route initializing or executing.
Logging should also follow this format:
[NGYN] {process_id} {date} {message}Describe alternatives you've considered
None atm
Additional context
None