Skip to content

issues Search Results · repo:marselester/json-log-formatter language:Python

Filter by

14 results
 (255 ms)

14 results

inmarselester/json-log-formatter (press backspace or delete to remove)

I ve had an interesting experience recently with Django and Granian. We have migrated from Gunicorn to Granian, and, suddenly, while testing it in local, we saw environment variables being logged, including ...
  • caioariede
  • 3
  • Opened 
    on Sep 27, 2024
  • #35

[ERROR] Completed: Typecheck using MyPy - mypy - mypy failed (exit code 1). src/python/logger/formatters.py:4: error: Skipping analyzing json_log_formatter : module is installed, but missing library ...
  • mughees-raza
  • 1
  • Opened 
    on May 27, 2024
  • #34

Python 3.12 is deprecating the use of datetime.datetime.utcnow() Since a number of packages people use might be referencing this repository as a transitive dependency and because this project uses datetime.utcnow() ...
  • pwrmiller
  • 1
  • Opened 
    on Mar 5, 2024
  • #32

Hi, these changes were needed to pass tests --- a/tests.py +++ b/tests.py @@ -210,10 +210,9 @@ request : request }) json_record = json.loads(log_buffer.getvalue()) - ...
  • kapouer
  • 1
  • Opened 
    on Jan 6, 2024
  • #29

Ref : https://www.python.org/dev/peps/pep-0632/#migration-advice setup from setuptools can be used. https://github.com/marselester/json-log-formatter/blob/a66df694e1deeb4c918b186ea298c69f775c14af/setup.py#L1 ...
  • tirkarthi
  • 1
  • Opened 
    on Jan 16, 2022
  • #26

Hello! It s currently hard to find out what s changed between two releases of this package. Would it be possible to at least publish git tags on github so we can view commits between tags? Or better, publish ...
  • Crocmagnon
  • 2
  • Opened 
    on Jan 7, 2022
  • #25

For somehow, I have this error: WARNING 2021-12-19 19:39:37,079 log 33 140073058801408 Forbidden (Referer checking failed - no Referer.): / django_1 | --- Logging error --- django_1 | Traceback ...
  • agusmakmun
  • 3
  • Opened 
    on Dec 20, 2021
  • #23

Hi everyone, I m using json-log-formatter with a bunch of others third party libraries, one of them being django channels, and for some reason, it tries to print colors (but it fails to do so) `{ message ...
  • YaPeL
  • 5
  • Opened 
    on May 17, 2021
  • #21

A while back, I based my own formatter on this edition, but had to do some local modifications to get it working with the log messages I saw in my django instance. In case you are interested, here are ...
  • petterreinholdtsen
  • 1
  • Opened 
    on Feb 10, 2021
  • #18

Hi, I am trying to use your package to implement json formatted logs in our system. But I noticed that the traceback messages only contains part of its info. For exmaple, I made my code looking for the ...
  • lidall
  • 1
  • Opened 
    on Jan 22, 2021
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub