-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
acceptedAn accepted request or suggestionAn accepted request or suggestionenhancementA minor feature requestA minor feature request
Milestone
Description
It's currently not possible to tap into Rocket's logging infrastructure in any easy way. Of course, logging is important, and so it's necessary to have a nice, clean API for Rocket applications to log messages. Libraries like slog and log, the latter currently used by Rocket, provide nice, structured ways to do this. Look into restructuring Rocket's logging to expose their functionalities.
The current alternative is to simply println
to log.
flybayer, JesseWright, flosse, waynenilsen, Naddiseo and 47 morethomasmost and artob
Metadata
Metadata
Assignees
Labels
acceptedAn accepted request or suggestionAn accepted request or suggestionenhancementA minor feature requestA minor feature request
Type
Projects
Status
Done