std/log
Simon Holloway e5e737ba98
fix(log): don't discard bytes >4096 in FileHandler (#4415)
* fix(log): fix error when logging >4096 bytes when using FileHandler or RotatingfileHandler

* trigger ci

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-01 17:16:52 +12:00
..
_config.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
_state.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
base_handler_test.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
base_handler.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
console_handler.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
critical.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
debug.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
error.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
file_handler_test.ts fix(log): don't discard bytes >4096 in FileHandler (#4415) 2024-03-01 17:16:52 +12:00
file_handler.ts fix(log): don't discard bytes >4096 in FileHandler (#4415) 2024-03-01 17:16:52 +12:00
formatters_test.ts chore(log): format test names (#4394) 2024-02-28 08:06:29 +12:00
formatters.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
get_logger.ts refactor(log): refactor log codebase to adhere to singe-export files (#4254) 2024-02-02 11:35:43 +11:00
info.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
levels.ts BREAKING(log): remove WARNING log level (#4258) 2024-02-02 16:57:14 +11:00
logger_test.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
logger.ts BREAKING(log): remove WARNING log level (#4258) 2024-02-02 16:57:14 +11:00
mod_test.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
mod.ts BREAKING(log): remove WARNING log level (#4258) 2024-02-02 16:57:14 +11:00
rotating_file_handler_test.ts fix(log): don't discard bytes >4096 in FileHandler (#4415) 2024-03-01 17:16:52 +12:00
rotating_file_handler.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
setup.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
test.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
warn.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00