1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Amir Raminfar
7477b1aecc fix: fixes std stream when type is unknown. see #2243 (#2247)
* fix: fixes std stream when type is unknown. see #2243

* fixes tests
2023-06-08 10:23:02 -07:00
Amir Raminfar
5f92e84d9d feat: adds support for different std out and err streams (#2229)
* feat: adds support for different std out and err streams

* feat: adds std to json

* fixes tests

* fixes deprecated code

* fixes download

* adds defineEmit as an option

* chore: updates modules

* adds ui elements

* fixes tests

* updates languages
2023-05-31 15:19:40 -07:00
Amir Raminfar
cc7d834e35 feat: adds warning as possible level 2023-05-26 10:58:08 -07:00
Amir Raminfar
ce63996954 chore: remove debug statement 2023-05-25 11:35:48 -07:00
Amir Raminfar
ad46d53ef2 feat: removes colors to find the level (#2218) 2023-05-25 10:21:07 -07:00
Amir Raminfar
0521f343e3 Also checks for level between [] 2023-03-28 16:04:56 -07:00
Amir Raminfar
839afd8fcf Fixes bug for level 2023-03-20 13:06:31 -07:00
Amir Raminfar
202b07bfb4 Updates logic to find ERROR in logs 2023-03-20 11:13:53 -07:00
Amir Raminfar
bb14f9121e Properly handles casting of string. Fixes #2041 (#2042) 2023-02-09 09:46:46 -08:00
Amir Raminfar
4c5bd9a7be Reverts back previous fix and uses proper error handeling (#2029)
* Reverts back previous fix and uses proper error handeling

* Adds more tests and refactors existing tests
2023-01-31 12:03:41 -08:00
Amir Raminfar
d330ca4746 Fixes error when paginating (#2027) 2023-01-30 12:51:39 -08:00
Amir Raminfar
143246237d Fixes prefix bug 2023-01-25 13:02:33 -08:00
Amir Raminfar
0e5830df20 Makes changes to log streamer to guess the event level (#2013)
* Makes changes to log streamer to guess the event level

* Updates diff

* Adds log class for level

* Groups messages by level

* Fixes bugs for grouping

* Fixes tests

* Fixes json bug

* Updates logic to support other kind of levels

* Fixes mobile view
2023-01-25 10:39:21 -08:00