Commit 3098924c authored by daidekun's avatar daidekun

修改日志行数为1000

parent 61650923
...@@ -12,7 +12,7 @@ echo "java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${module_name}_gc.log -XX:+Prin ...@@ -12,7 +12,7 @@ echo "java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${module_name}_gc.log -XX:+Prin
java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${module_name}_gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Denv=dev -Didc=k8s -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${module_name}_gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Denv=dev -Didc=k8s -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path}
echo "frontail logs/baitiao.log -d -n 100" echo "frontail logs/baitiao.log -d -n 100"
frontail logs/baitiao.log -d -n 100 frontail logs/*.log -d -n 1000
echo "tail -f ./logs/*.log" echo "tail -f ./logs/*.log"
tail -f ./logs/*.log tail -f ./logs/*.log
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment