#
log
Here are 2,037 public repositories matching this topic...
Mars is a cross-platform network component developed by WeChat.
-
Updated
Jul 16, 2020 - C++
-
Updated
Feb 4, 2020 - Java
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
-
Updated
Jul 16, 2020 - Objective-C
iOS Debugging Tool 🚀
debugger
swift
debugging
ios
networking
log
objective-c
network
cocoapods
sandbox
logger
protocol-buffers
logging
debug
logging-library
network-monitoring
network-analysis
debugging-tool
nslog
dotzux
cocoadebug
-
Updated
Jul 17, 2020 - Swift
A distributed and coördination-free log management system
-
Updated
Sep 7, 2018 - Go
groner
commented
Apr 10, 2020
Bug Report
The [STREAM_TASK] configuration block was documented for v1.3, but I'm unable to find documentation for this in the v1.4 docs.
An interactive way to peruse your git history from the terminal
-
Updated
Mar 24, 2018 - Shell
Exceptionless server and jobs
javascript
c-sharp
redis
elasticsearch
monitoring
log
crash-reporting
error-monitoring
logging
crash-reports
exception
error-handling
asp-net
foundatio
exceptionless
unhandled-exceptions
-
Updated
Jul 17, 2020 - C#
Tencent Server Web
-
Updated
Jun 22, 2020 - TypeScript
A ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
-
Updated
Jun 27, 2020 - C
Improve this page
Add a description, image, and links to the log topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the log topic, visit your repo's landing page and select "manage topics."
I learned this by digging through the code base for a while, and uncovered:
https://github.com/matomo-org/matomo/blob/a345c2f22b8356dd3300d66f5ade3df24f69d900/core/Config.php#L149-L151
From which I deduce that in the same directory where I might have a
config/config.ini.phpfile, I can also have aconfig/blog.example.org.config.ini.phpfile - which, if it exists will be used instead.