This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Commit de3edb8
authored
feat: Add slf4j-simple dependency to internals.jar (#58)
The Firebase Admin SDK uses slf4j for logging. What this means is in
order to see logging information out of the sdk library a sl4j bind must
be found.
Here is we use the slf4j-simple logger, which emits the logs to stderr.
One simply way to configure it is to add
`-Dorg.slf4j.simpleLogger.defaultLogLevel=debug` to the java command
invocation.
See here for more information:
* https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html
* https://www.slf4j.org/manual.html
To note, this is bundled into the agent's internals.jar file that the
agent loads for itself and is kept isolated from the application.1 parent 4ea0036 commit de3edb8
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments