Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-dashboard
Merge requests
!36
logging and console issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
logging and console issues
bugs-2665
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Merged
Constantin P.
requested to merge
bugs-2665
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
71d0d678
1 commit,
5 years ago
5 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
CellFrameDashboardGUI/main.cpp
+
1
−
0
Options
@@ -44,6 +44,7 @@ int main(int argc, char *argv[])
//#ifndef QT_DEBUG
#ifdef Q_OS_LINUX
dapLogger
.
setLogFile
(
QString
(
"/opt/cellframe-dashboard/log/%1Gui.log"
).
arg
(
DAP_BRAND
));
#elif defined Q_OS_WIN
#endif
//#endif
Loading