-
Notifications
You must be signed in to change notification settings - Fork 6
Hotfix for 2410 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Hotfix for 2410 #16
Conversation
Add a GitHub workflow to build project
* feat: ghcr publishing workflow * feat: sign docker image * chore: rename job * fix: revert Dockerfile
Building with option VERBOSE=1 failed due to incorrect syntax/indentation in line 510. Signed-off-by: Stefan <93658221+dbstf@users.noreply.github.com> Co-authored-by: Shiroi Neko <shiroineko.tfs@theflightsims.com>
Update for systemd service for * Documentation correctness * ExecStart with logging into files (systemd logging only start and stop) Signed-off-by: VLTA of @TheFlightSims <anhvlt.2006@outlook.com>
[Service] | ||
Type=simple | ||
ExecStart=/usr/bin/vlmcsd -P 1688 -H 26100 -C 1033 -l /var/log/vlmcsd.log -T1 -e -D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we leave verbose in file logging?
I mean, if each "request" take 1.5Kb, and let the service run for like, a year, I am not sure how big it can be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, but you leave comment on the wrong segment. 🥺
Edit:
Well, I confirmed that this is the real issue. I will make a change at the lab later to see if there is any potential information that will be removed from the logging.
What's new?
VERBOSE=1
error (in Update GNUmakefile: Fix build error with VERBOSE=1 #14, thanks to @dbstf)Further changes will be applied later.
Problems that are looking further
#11
#12
#13
#15