We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f2726 commit 40d6b1aCopy full SHA for 40d6b1a
README.md
@@ -1,6 +1,6 @@
1
# Yoda Monitor
2
[](LICENSE)
3
-[](https://travis-ci.org/yodaos-project/edge-monitor)
+[](https://travis-ci.org/yodaos-project/edge-monitor)
4
5
Collect and upload system data in real time. Currently supports the following features:
6
src/env.cpp
@@ -50,8 +50,8 @@ static void setupLogger() {
50
int32_t Env::setup() {
51
close(0);
52
open("/dev/null", O_RDWR);
53
- setupLogger();
54
runInBackground();
+ setupLogger();
55
return 0;
56
}
57
0 commit comments