My log messages are huge, will it work?

Yes, but beware of performance implications.

Real-time views are size agnostic and will display anything your application logs.

Persistent storage has default size constraints but can be adjusted. Database schema is externalized so that users can modify size constraints. There are default values in all schemas we provide in distribution, but you can modify it by increasing or decreasing some of the column sizes. Log message text is mapped to the column named 'message'. You will typically want to adjust this column size in the schema, just make sure that you use proper data type applicable to your database. After you modify schema, the database must be re-created. Use administration console status tab for doing this.

Please refer to advanced configuration in user manual for more details.