Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Created November 7, 2022 13:57
Show Gist options
  • Save OMGZui/6dc5de80203bc232b4ca0809d3dcc355 to your computer and use it in GitHub Desktop.
Save OMGZui/6dc5de80203bc232b4ca0809d3dcc355 to your computer and use it in GitHub Desktop.
-Xlog:
// selections
codecache+sweep*=trace,
class+unload, // TraceClassUnloading
class+load, // TraceClassLoading
os+thread,
safepoint, // TraceSafepoint
gc*, // PrintGCDetails
gc+stringdedup=debug, // PrintStringDeduplicationStatistics
gc+ergo*=trace,
gc+age=trace, // PrintTenuringDistribution
gc+phases=trace,
gc+humongous=trace,
jit+compilation=debug
// output
:file=/path_to_logs/app.log
// decorators
:level,tags,time,uptime,pid
// output-options
:filesize=104857600,filecount=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment