Commit Graph

7 Commits

Author SHA1 Message Date
Eric Mc Sween d48af6dc1b Merge pull request #33213 from overleaf/em-git-bridge-structured-logging
git-bridge: structured JSON logging for GCP Cloud Logging
GitOrigin-RevId: 7ff06202cab6fe0e35c4a4f757d0b9ad04e5431a
2026-05-13 08:06:31 +00:00
Miguel Serrano afeeb9be68 Merge pull request #13498 from overleaf/msm-git-logback-configurable
[git-bridge] Configurable `LOG_LEVEL`

GitOrigin-RevId: 5dc34a3c980d9fd83898b4f96a30f60a8f9201ad
2023-07-17 10:42:12 +00:00
Simon Detheridge 1a8c5c9498 Set global logging limit to INFO 2021-07-27 09:55:04 +01:00
Simon Detheridge 4318dea5a0 Restore debug level to INFO 2021-07-19 10:54:59 +01:00
Shane Kilkelly 21c1378b4a Drop the root log level to "DEGUG"
This allows our dependencies, such as jgit, to log
at the debug level
2021-07-09 11:11:52 +01:00
Simon Detheridge 087c076fcd Enable more verbose logging 2021-07-08 12:32:15 +01:00
John Lees-Miller 64b49904e4 Use logback so we can use two log streams
We want all logs on stdout, for debugging, and warnings and errors
on stderr, for remote monitoring. The SLF4J SimpleLogger can't seem
to do this, but logback does, and we can still use the same SLF4J
interface.
2016-06-03 11:47:25 +01:00