-
Actually the only issue here is misuse of the parameters.
There is no
--L
parameter name, but there is-L
parameter letter. You should use single-
instead of--
and it would just work. I could agree that it may be sometimes confusing and it could be nice to allow using--L
and-logLevel
but for now we accept only-L
and--logLevel
.As for
--serverTimeZone
, it cannot work as the correct parameter name is--serverTimezone
, which works just ok. AlsoserverTimezone
is the exact parameter name used in MySQL JDBC URI, so it would be best to keep them exactly the same.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
8193
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
This is somewhat related to #5675.
Following parameters are ignored when using install-schema/upgrade-schema commands in shell:
serverTimezone=
-L
(log level)Command:
In addition,
serverTimezone
should be included and described in documentation