This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ The expected log lines
2+
3+ ``` log
4+ INFO uk.bot_by.bot.slf4j_demo.BotHandler - Load version: 1.1.0
5+ START RequestId: 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c Version: $LATEST
6+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c INFO uk.bot_by.bot.slf4j_demo.BotHandler - info message
7+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c WARN uk.bot_by.bot.slf4j_demo.BotHandler - warning message
8+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c ERROR uk.bot_by.bot.slf4j_demo.BotHandler - error message
9+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c INFO uk.bot_by.bot.slf4j_demo.BotHandler - CRLF injection
10+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c INFO uk.bot_by.bot.slf4j_demo.BotHandler - CRLF injection
11+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c INFO uk.bot_by.bot.slf4j_demo.BotHandler - CRLF injection
12+ 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c WARN uk.bot_by.bot.slf4j_demo.BotHandler - printable stacktrace java.lang.Throwable: Printable Stacktrace Demo at ...
13+ END RequestId: 1cfba6fe-5030-4b00-9d0b-5406b30cbf8c
14+ ```
15+
16+ The screenshot of CloudWatch log
17+ ![ Maven Central] ( cloudwatch-screenshot.png )
You can’t perform that action at this time.
0 commit comments