alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

why? raise PyngrokError("\"lo... #97

Closed klint-k closed 2 years ago

klint-k commented 2 years ago

Where is there information on this error raise PyngrokError("\"log_format\" must be \"term\" to be compatible with pyngrok") pyngrok.exception.PyngrokError: "log_format" must be "term" to be compatible with pyngrok

Klint

alexdlaird commented 2 years ago

pyngrok relies on parsing ngrok's logs to operate, and it only supports the term logging format, as defined here. Thus this config error is thrown if you try to change the log_format.