Replies: 2 comments 5 replies
-
We are currently looking into making it report exchange errors as well. So this could potentially be part of a larger restructuring of the bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a good point, but how do we best determine when logs should create issues or not? For some parsers we have warnings that are not actionable where an issue would not make sense - here's a few examples:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, the Panama parser has a list of power plants it maps to generation type.
Currently it logs a warning when there's a new plant it cannot yet map to a generation type.
It would be nice to, for example, to have @electricitymapsbot open an issue automatically for this kind of thing. Of course you could get that by throwing an error, but then you'd break the parser for something non-critical.
Beta Was this translation helpful? Give feedback.
All reactions