Add better logging functionality #335
SebastianArcq
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @SebastianArcq, interesting. So you're looking for the inputted configuration and result. Could you share, how do you envision using this information? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running Sling in production you would typically want to monitor if Sling runs as expected. As such it would be great to have better logging options.
Right now
Sling(**config).run()
does not return anything. it would be good if it returned, e.g., a JSON containing something likeI know that I can use the env
"SLING_LOGGING": "JSON"
to format the output as JSON, but that's not very helpful as there are no identifiers for the data points mentioned above.Beta Was this translation helpful? Give feedback.
All reactions