Skip to content
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

fix(sql): fixed logging and status reporting for windows service mode… #1969

Merged
merged 3 commits into from Mar 22, 2022

Conversation

bziobrowski
Copy link
Contributor

@bziobrowski bziobrowski commented Mar 21, 2022

… (output goes to $root/conf/service-$date.log).
Renamed log-stdout.conf to log.conf and made qdb copy it to $root/conf/ on startup (if -Dout is not specified).
Also - replaced UseParallelOldGC flag with UseParallelGC to fix startup error with jdk 17 (flag is not supported anymore).

Fixes #1926
Fixes #1416

bziobrowski and others added 3 commits March 21, 2022 14:39
… (output goes to $root/conf/service-$date.log). Renamed log-stdout.conf to log.conf and made qdb copy it to $root/conf/ on startup (if -Dout is not specified). Also - replaced UseParallelOldGC flag with UseParallelGC to fix startup error with jdk 17 (flag is not supported anymore).
@ideoma
Copy link
Collaborator

ideoma commented Mar 22, 2022

[PR Coverage check]

😍 pass : 43 / 50 (86.00%)

file detail

path covered line new line coverage
🔵 io/questdb/ServerMain.java 1 3 33.33%
🔵 io/questdb/log/LogFactory.java 42 47 89.36%

@bluestreak01 bluestreak01 merged commit c16b1e0 into master Mar 22, 2022
@bluestreak01 bluestreak01 deleted the fix_windows_logging branch March 22, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No JVM binary doesn't support Java 17 Logging on Windows not working
3 participants