Closed strugee closed 1 year ago
Would like the evolution process to maybe consider an update to the underlying log package. Maybe using Winston, with Morgan for auto logging HTTP requests, e.g: http://tostring.it/2014/06/23/advanced-logging-with-nodejs/
But yeah, in the interim, docs would be good.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot: shut up. This is so obviously still an issue.
Can someone seriously turn that thing off? It makes sense in high-traffic repositories but this one just... isn't. It's stupid and wastes people's time.
This project is abandoned. I tried keeping stale bot away from a couple of my issues but it just keeps coming back and no one is reviewing them anyway. I've messaged the core team through slack and no one responds. The community is still supporting each other and some of the external contributors with limited access are still approving PRs from time to time, but there's no one at the reigns. There's some murmurs of waiting for direction from higher ups at GitHub, but it's very disappointing that they've not even tried to communicate with the community or respond to basic requests like turning off stalebot, which is just carpet bombing legitimate issues.
@timkinnane time for a community fork maybe? Idk
Indeed. I've been working on one, but I've refactored a lot without updating docs, so it's not ready for mainstream consumption. I'll email you.
Neat. FWIW I just thought of "Nubot" as a fun fork name (play on "new") but I can't tell if it's stupid or not because it's 1:40 AM here :thumbsup:
Haha, yep, that's what I called it.
Hey, activity: https://github.com/hubotio/hubot/pull/1581
This is a good idea. https://github.com/hubotio/hubot/blob/master/docs/scripting.md would be the place to include it.
robot.logger
uses https://www.npmjs.com/package/log
Hubot logger is now an instance of pino
We should document exactly what
robot.logger
is (it's only mentioned in passing in an example). Also we should documentHUBOT_LOG_LEVEL
.