Git Product home page Git Product logo

Comments (7)

sebasbaumh avatar sebasbaumh commented on August 17, 2024

I just saw that the WildFly CLI command /subsystem=logging/periodic-rotating-file-handler= *:read-resource
returns that:

{
    "outcome" => "success",
    "result" => [
        {
            "address" => [
                ("subsystem" => "logging"),
                ("periodic-rotating-file-handler" => "FILE")
            ],
            "outcome" => "success",
            "result" => {
                "append" => true,
                "autoflush" => true,
                "enabled" => true,
                "encoding" => undefined,
                "file" => {
                    "relative-to" => "jboss.server.log.dir",
                    "path" => "server.log"
                },
                "filter" => undefined,
                "filter-spec" => undefined,
                "formatter" => "%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n",
                "level" => "ALL",
                "name" => "FILE",
                "named-formatter" => "PATTERN",
                "suffix" => ".yyyy-MM-dd"
            }
        }
    ]
}

Maybe file showing up as a sub-node is the reason for not being listed below attributes?

from core.

heiko-braun avatar heiko-braun commented on August 17, 2024

yes, good catch. that's the reason.

currently complex attributes are not supported in the mode based form elements (generated from the management model meta data). but obviously a log handler without the ability to configure the file attribute doesn't make much sense :)

I'll revisit this next week.

from core.

heiko-braun avatar heiko-braun commented on August 17, 2024

@hpehl maybe we should make complex (nested) attributes addressable so that their contents can be edited like regular resources? The downside would be that any complex attribute would have to be moved to a custom form (and tab)

i.e.

/subsystem=logging/periodic-rotating-file-handler#file

from core.

heiko-braun avatar heiko-braun commented on August 17, 2024

@sebasbaumh btw, you try the latest WF 10 Beta1 console. It's basically the same, but much improved. Any feedback is greatly appreciated. See http://blog.arungupta.me/wildfly-admin-console-updated-feedback-requested/

from core.

sebasbaumh avatar sebasbaumh commented on August 17, 2024

Thanks for looking at that issue.
I'll try the new beta console in the next days with the EAR, that I am building for my company.
The WildFly console is a great tool to allow administration of the server even for people without a deep knowledge of the XML configuration.

Maybe you can just show the contents of the complex type in another attribute form.
Or like in a small tree (inline), which can be expanded to configure the contents as an intended attribute list?

from core.

heiko-braun avatar heiko-braun commented on August 17, 2024

https://issues.jboss.org/browse/HAL-814

from core.

heiko-braun avatar heiko-braun commented on August 17, 2024

Please track the above issue. I am going to close this one.

from core.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.