Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WebLogic 14 log includes timezone name in full

David BalažicSep 27 2024

We upgraded from WebLogic 10.3.x (on JDK 1.6) to WebLogic 14.1.1 on JDK 11.

Now, the WebLogic logs look like

<Sep 27, 2024, 1:55:43 PM Central European Summer Time> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 11.0.24+7-LTS-271 from Oracle Corporation.> 

While in the old version it was like:

<Sep 27, 2024 12:08:52 PM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.1.4-7-144370-1.6.0_26-20110617-2130-linux-x86_64 from Oracle Corporation>

Why does the new version use this long format? In other languages it is even worse, now it prints “27. sep. 2024” while before it was “13.9.2024”. Both uses default setting.

All this makes the log lines longer and harder to read.

Was this a change in JDK or WebLogic?

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Sep 27 2024
0 comments
132 views