diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-23 15:20:59 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-23 15:20:59 +0000 |
| commit | 113928aa84894ea8f65c247d9987527e792b32a9 (patch) | |
| tree | ec967d6195d9f7ec4f061449596611afe3a0950f /.env.example | |
| parent | 26f608e5011b9d1ad6036da75b89272835e69695 (diff) | |
| parent | e0ad39a489b3398f8208713bf728db0cb11475b0 (diff) | |
Merge master into 3ca0-announcements-purgatory
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.env.example b/.env.example index e152b89..01854f4 100644 --- a/.env.example +++ b/.env.example | |||
| @@ -101,9 +101,12 @@ | |||
| 101 | # LOGGING | 101 | # LOGGING |
| 102 | # ============================================================================ | 102 | # ============================================================================ |
| 103 | 103 | ||
| 104 | # Rust log level (not a ngit-grasp config, but useful for debugging) | 104 | # Log level for application logging |
| 105 | # CLI: --log-level <level> | ||
| 106 | # Default: info | ||
| 105 | # Options: error, warn, info, debug, trace | 107 | # Options: error, warn, info, debug, trace |
| 106 | # RUST_LOG=info | 108 | # Can also use filter expressions: ngit_grasp=debug,actix_web=info |
| 109 | # NGIT_LOG_LEVEL=info | ||
| 107 | 110 | ||
| 108 | # ============================================================================ | 111 | # ============================================================================ |
| 109 | # PROACTIVE SYNC (GRASP-02) | 112 | # PROACTIVE SYNC (GRASP-02) |