A JavaScript frontend logging system that logs to our backend?

前端 未结 3 2004
梦谈多话
梦谈多话 2021-02-06 01:04

We have an established logging system for our server-side services. Specifically, our Django project makes heavy use of the Python logging module, so call calls to logger.

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-06 01:36

    The idea sounds good here. Just be aware of what exactly it is you are looking to log client-side and have at it.

    I would recommend using log4javascript for logging. The log4 api is pretty straight foward.

提交回复
热议问题